Przeglądaj źródła

Language fixes in upgrade script

Moved backup file location to the top of installation message
Kristan Kenney 6 lat temu
rodzic
commit
5f161a2b9f
1 zmienionych plików z 1 dodań i 3 usunięć
  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 "==================================================="
 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 "$HESTIA_BACKUP/"
 echo ""
+echo "This process may take a few moments, please wait..."
 echo ""
 
 # Update Apache and Nginx configuration to support new file structure