diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 8d4da441..edfacdcd 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -20,10 +20,15 @@ wait_to_press_enter=1 if [ $# -gt 1 ]; then TARGET_DEB_NAME=$2 fi - if [ $# -gt 2 ]; then TARGET_DEB_VER=$3 fi +if [ $# -gt 3 ]; then + build_deb_package=$4 +fi +if [ $# -gt 4 ]; then + add_deb_to_apt_repo=$5 +fi MAINTAINER_EMAIL='predrag@hostingpanel.dev'