Browse Source

Missed an equal sign in functionpath definition

pull/548/head
Jared Ballou 10 years ago
parent
commit
d188242351
  1. 2
      Insurgency/insserver

2
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}"

Loading…
Cancel
Save