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_B='true'
;;
--git_clone)
--git)
VESTAGIT_B='true'
;;
--c)
CWEB_B='true'
;;
--apt_repo)
--apt)
APTWEB_B='true'
;;
*)
@ -150,7 +150,7 @@ for arg; do
done
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
fi