From 8524eeec94478665439e58074ee302d4be0dfc94 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Jan 2018 23:05:47 +0000 Subject: [PATCH] moved datadir out of tmpdir --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 3c4ec12cb..9527116d0 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -273,7 +273,7 @@ fi # LinuxGSM installer mode if [ "${shortname}" == "core" ]; then userinput=$1 - datadir="${tmpdir}/data" + datadir="${lgsmdir}/data" serverlist="${datadir}/serverlist.csv" # Download the latest serverlist. This is the complete list of all supported servers.