This commit is contained in:
Marwolf
2018-08-18 12:17:58 -04:00
parent 3c7a2da359
commit e0e350991e
2 changed files with 2 additions and 7 deletions

View File

@@ -32,12 +32,12 @@ sudo nano .env
sudo nano client/src/org/openrsc/client/Config.java
sudo nano Launcher/src/Main.java
sudo nano server/config/config.xml
sudo nano ../etc/ghost/config.production.json
echo ""
echo ""
echo "File edits complete. Restarting Docker containers."
echo ""
sudo make stop
sudo make start
sudo make stop && sudo make start
fi
if [ "$edit" == "2" ]; then

View File

@@ -579,11 +579,6 @@ elif [ "$choice" == "2" ]; then
sudo make stop && sudo make start
echo ""
echo ""
echo "Creating a backup of your current databases as \"Docker-Home/data/db/db.sql\""
echo ""
sudo make backup
echo ""
echo ""
echo "Ready to launch \"./Linux_Fetch_Updates_Production.sh\" - Press enter when ready."
echo ""
echo ""