mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
5e9f7dcbbc
commit
d0ec79ca1e
1 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue