From e0e350991e1eed67b74aa18b9923816d23bfacad Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 18 Aug 2018 12:17:58 -0400 Subject: [PATCH] Tweaks --- Linux_Fetch_Updates_Production.sh | 4 ++-- Linux_Installer.sh | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Linux_Fetch_Updates_Production.sh b/Linux_Fetch_Updates_Production.sh index 2815420..f7bccb2 100755 --- a/Linux_Fetch_Updates_Production.sh +++ b/Linux_Fetch_Updates_Production.sh @@ -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 diff --git a/Linux_Installer.sh b/Linux_Installer.sh index a3f249d..84fe754 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -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 ""