diff --git a/functions/game_settings.sh b/functions/game_settings.sh index 85cb321d8..349d60abd 100644 --- a/functions/game_settings.sh +++ b/functions/game_settings.sh @@ -102,7 +102,7 @@ fn_flush_game_settings(){ fn_import_game_settings(){ import="${gamedatadir}/${1}" importdir=$(echo "${gamedatadir}" | sed -e "s|${lgsmdir}/||g") - echo $importdir + #echo $importdir if [ ! -e $import ]; then fn_getgithubfile "${importdir}/${1}" 1 "gamedata/${1}" fi diff --git a/functions/github_hash.sh b/functions/github_hash.sh index 15d9ff33c..fefc000a6 100755 --- a/functions/github_hash.sh +++ b/functions/github_hash.sh @@ -74,7 +74,7 @@ fn_check_github_files(){ echo "Can't find ${repofile} in git!" elif [ "${myhash}" != "${githash}" ]; then #echo "Would fetch ${repofile}: have ${myhash}, expected ${githash}" - fn_getgithubfile "${file}" 0 "${repofile}" 1 + fn_getgithubfile "${repofile}" 0 "${repofile}" 1 fi fi done