help/param msg update

This commit is contained in:
Cold-Egg
2020-03-06 12:07:12 -05:00
parent 97e3cbd3fb
commit 6ab4d1fd98
8 changed files with 72 additions and 31 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ check_input(){
}
app_download(){
docker-compose exec litespeed su -c "appinstallctl.sh -app ${1} -domain ${2}"
docker-compose exec litespeed su -c "appinstallctl.sh --app ${1} --domain ${2}"
bash bin/webadmin.sh -r
exit 0
}