Browse Source

GitHub pull update

pull/525/head
Jared Ballou 9 years ago
parent
commit
fd95a46791
  1. 1
      Insurgency/insserver

1
Insurgency/insserver

@ -91,6 +91,7 @@ fn_getgithubfile(){
fileurl=${3:-$filename}
filepath="${lgsmdir}/${filename}"
filedir=$(dirname "${filepath}")
# If the function file is missing, then download
if [ ! -f "${filepath}" ]; then
if [ ! -d "${filedir}" ]; then

Loading…
Cancel
Save