From ff4f593a945af773cda2e8073b208fa063a2dfca Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sun, 19 Aug 2018 08:06:16 -0400 Subject: [PATCH] Database backup at launch --- Linux_Run_Production_Server.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Linux_Run_Production_Server.sh b/Linux_Run_Production_Server.sh index 2a87136..8052ab8 100755 --- a/Linux_Run_Production_Server.sh +++ b/Linux_Run_Production_Server.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Backs up all databases +./Linux_Backup_Databases.sh + # Run the game server in a detached screen echo "" echo ""