From 41561deac9c6e06dee1c8ca5e6c49c558a17f3da Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 11 Feb 2019 19:49:03 +0000 Subject: [PATCH] fix: refactor --- linuxgsm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 757ac5493..904e78577 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -275,9 +275,6 @@ fi # LinuxGSM installer mode if [ "${shortname}" == "core" ]; then - datadir="${tmpdir}/data" - serverlist="${datadir}/serverlist.csv" - # Download the latest serverlist. This is the complete list of all supported servers. fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5" if [ ! -f "${serverlist}" ]; then