diff --git a/Insurgency/insserver b/Insurgency/insserver index 98bb5f1ef..0c9603762 100755 --- a/Insurgency/insserver +++ b/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