From 0287e6d956b3f2e16e0efd900bdebece4fc1b916 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 17 Aug 2019 19:00:44 +0200 Subject: [PATCH] Update vesta_compile.sh --- src/deb/vesta_compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 9b4134d9..7f4d8bbc 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -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