From d1882423515f4a36827d40c7a65843d6e56cc924 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Tue, 3 Nov 2015 15:42:06 -0500 Subject: [PATCH] Missed an equal sign in functionpath definition --- Insurgency/insserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Insurgency/insserver b/Insurgency/insserver index 844ca742b..852b6809d 100755 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -115,7 +115,7 @@ consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M- fn_runfunction(){ functiondir="${rootdir}/functions" -functionpath"${functiondir}/${functionfile}" +functionpath="${functiondir}/${functionfile}" # Functions are downloaded and run with this function if [ ! -f "${functionpath}" ]; then # cd "${rootdir}"