We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49c2b3 commit 181cd50Copy full SHA for 181cd50
lgsm/modules/info_stats.sh
@@ -23,10 +23,10 @@ fi
23
if [ ! -f "${datadir}/uuid-${selfname}.txt" ] || [ ! -f "${datadir}/uuid-install.txt" ]; then
24
# download dictionary words
25
if [ ! -f "${datadir}/name-left.csv" ]; then
26
- fn_fetch_file_github "${datadir}" "name-left.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nohash"
+ fn_fetch_file_github "lgsm/data" "name-left.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nohash"
27
fi
28
if [ ! -f "${datadir}/name-right.csv" ]; then
29
- fn_fetch_file_github "${datadir}" "name-right.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nohash"
+ fn_fetch_file_github "lgsm/data" "name-right.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nohash"
30
31
32
# generate instance uuid
0 commit comments