mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update install-softaculous.sh
This commit is contained in:
parent
3ab4bcf6e8
commit
2dc2fe5682
1 changed files with 5 additions and 0 deletions
|
@ -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"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue