mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
b2934fd617
commit
0287e6d956
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue