mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fixed site not defualted
This commit is contained in:
parent
9a974b0c9f
commit
a427d52529
1 changed files with 4 additions and 0 deletions
4
dbench
4
dbench
|
|
@ -98,6 +98,10 @@ done
|
|||
set -- "${positional[@]}"
|
||||
|
||||
site="$1"
|
||||
if ! $1; then
|
||||
site="site1.local"
|
||||
fi
|
||||
|
||||
|
||||
if [ $setup == 1 ]; then
|
||||
docker-compose build
|
||||
|
|
|
|||
Loading…
Reference in a new issue