mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
removed superflourus if statment
This commit is contained in:
parent
01e43aa74f
commit
975aea90f3
1 changed files with 0 additions and 1 deletions
1
dbench
1
dbench
|
|
@ -34,7 +34,6 @@ elif [ $1 == '--init' ]; then
|
||||||
site=$2
|
site=$2
|
||||||
if ! $2; then set -- "${@:1}" "site1.local"; fi
|
if ! $2; then set -- "${@:1}" "site1.local"; fi
|
||||||
if ! $3; then set -- "${@:1:2}" "site1.local" && site=$3; fi
|
if ! $3; then set -- "${@:1:2}" "site1.local" && site=$3; fi
|
||||||
if ! $4; then set -- "${@:1:2:3}" "site1.local" && site=$4; fi
|
|
||||||
echo "$site"
|
echo "$site"
|
||||||
frappe_installer $site
|
frappe_installer $site
|
||||||
if [ "$2" == '-e' ]; then
|
if [ "$2" == '-e' ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue