Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-17 22:50:45 +02:00 committed by GitHub
commit d0ec79ca1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'