Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-17 19:00:44 +02:00 committed by GitHub
commit 0287e6d956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,13 +134,13 @@ for arg; do
--vesta) --vesta)
VESTA_B='true' VESTA_B='true'
;; ;;
--git_clone) --git)
VESTAGIT_B='true' VESTAGIT_B='true'
;; ;;
--c) --c)
CWEB_B='true' CWEB_B='true'
;; ;;
--apt_repo) --apt)
APTWEB_B='true' APTWEB_B='true'
;; ;;
*) *)
@ -150,7 +150,7 @@ for arg; do
done done
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
echo "!!! Please run with argument --vesta, --nginx, --php, --git_clone, --c, --apt or --all" echo "!!! Please run with argument --vesta, --nginx, --php, --git, --c, --apt or --all"
exit 1 exit 1
fi fi