Explorar el Código

Language fixes in upgrade script

Moved backup file location to the top of installation message
Kristan Kenney hace 6 años
padre
commit
5f161a2b9f
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      install/upgrade/0.9.8-29.sh

+ 1 - 3
install/upgrade/0.9.8-29.sh

@@ -48,12 +48,10 @@ echo -e "\n\n"
 echo "       Hestia Control Panel Upgrade Script"
 echo "       Hestia Control Panel Upgrade Script"
 echo "==================================================="
 echo "==================================================="
 echo ""
 echo ""
-echo "This process may take a few minutes, please wait..."
-echo ""
-echo ""
 echo "Existing files will be backed up to the following location:"
 echo "Existing files will be backed up to the following location:"
 echo "$HESTIA_BACKUP/"
 echo "$HESTIA_BACKUP/"
 echo ""
 echo ""
+echo "This process may take a few moments, please wait..."
 echo ""
 echo ""
 
 
 # Update Apache and Nginx configuration to support new file structure
 # Update Apache and Nginx configuration to support new file structure