Skip to content

Commit 3335ca5

Browse files
committed
fix: datadir bug
1 parent 928e428 commit 3335ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ fi
345345
# LinuxGSM installer mode.
346346
if [ "${shortname}" == "core" ]; then
347347
# Download the latest serverlist. This is the complete list of all supported servers.
348-
fn_bootstrap_fetch_file_github "${datadir}" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5"
348+
fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5"
349349
if [ ! -f "${serverlist}" ]; then
350350
echo -e "[ FAIL ] serverlist.csv could not be loaded."
351351
exit 1

0 commit comments

Comments
 (0)