From 430cdd41ff41220c1c048e578eb15c2118fa792d Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 4 Jan 2020 15:19:49 +0100 Subject: [PATCH] Update vesta_compile.sh --- src/deb/vesta_compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 8dd05711..1140f1a6 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -12,7 +12,7 @@ TARGET_DEB_VER='10' VESTA_VER='0.9.8-26-4' run_apt_update_and_install=1 -wait_to_press_enter=0 +wait_to_press_enter=1 ############### # Note: first run --apt before turning add_deb_to_apt_repo=1 @@ -30,7 +30,7 @@ if [ $# -gt 4 ]; then add_deb_to_apt_repo=$5 fi -MAINTAINER_EMAIL='predrag@hostingpanel.dev' +MAINTAINER_EMAIL='predrag@myvestacp.com' TARGET_DEB_NAME_MAIN='buster' TARGET_DEB_VER_MAIN='10'