From fd95a46791499a5fd45165d78b4711cef7b08590 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Tue, 19 Jan 2016 01:26:28 -0500 Subject: [PATCH] GitHub pull update --- Insurgency/insserver | 1 + 1 file changed, 1 insertion(+) 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