mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update install-new-roundcube.sh
This commit is contained in:
parent
91fe4bc7c5
commit
d30c9f584e
1 changed files with 12 additions and 0 deletions
|
@ -155,6 +155,18 @@ echo "-------------------------------------"
|
|||
echo ""
|
||||
echo "=== When you click 'Initialize database' button (and see DB Write: OK), you can consider the installation as done."
|
||||
read -p "=== Then press Enter here, and this script will remove /home/$USER/web/$DOMAIN/public_html/installer folder ==="
|
||||
|
||||
if [ ! -f "/home/$USER/web/$DOMAIN/public_html/config/config.inc.php" ]; then
|
||||
echo "=== ERROR: You didn't finish the installation."
|
||||
echo "=== Please read carefully what is written above."
|
||||
read -p "=== Then press Enter when you finish installation ==="
|
||||
fi
|
||||
if [ ! -f "/home/$USER/web/$DOMAIN/public_html/config/config.inc.php" ]; then
|
||||
echo "=== ERROR: You didn't finish the installation."
|
||||
echo "=== Sorry, the script will exit now."
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
rm -rf /home/$USER/web/$DOMAIN/public_html/installer
|
||||
|
||||
if [ -d "/home/$USER/web/$DOMAIN/public_html/plugins/password" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue