From 2dc2fe5682b5155237203225f697e6b2958651a1 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 4 Jan 2020 14:35:10 +0100 Subject: [PATCH] Update install-softaculous.sh --- src/deb/for-download/tools/install-softaculous.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/deb/for-download/tools/install-softaculous.sh b/src/deb/for-download/tools/install-softaculous.sh index 23e2c728..ba586930 100644 --- a/src/deb/for-download/tools/install-softaculous.sh +++ b/src/deb/for-download/tools/install-softaculous.sh @@ -27,3 +27,8 @@ service vesta start if [ -f "/usr/local/vesta/web/inc/login_url.php-bak" ]; then mv /usr/local/vesta/web/inc/login_url.php-bak /usr/local/vesta/web/inc/login_url.php fi + +echo "=== Softaculous installation done ===" +echo "Wait for about 5 minutes so softaculous-cron download all packages." +echo "You can check if it is still downloading packages by running command:" +echo 'ps -Af | grep "cron.php" | grep -v "grep"'