mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
pehaps this should fix it
This commit is contained in:
parent
a427d52529
commit
3c4bf6e396
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -98,7 +98,7 @@ done
|
||||||
set -- "${positional[@]}"
|
set -- "${positional[@]}"
|
||||||
|
|
||||||
site="$1"
|
site="$1"
|
||||||
if ! $1; then
|
if [ -z "$1" ]; then
|
||||||
site="site1.local"
|
site="site1.local"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue