Browse Source

More hash updates

pull/525/head
Jared Ballou 9 years ago
parent
commit
9171fd7cb4
  1. 2
      functions/game_settings.sh
  2. 2
      functions/github_hash.sh

2
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

2
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

Loading…
Cancel
Save