]> git.pld-linux.org Git - packages/gitlab-runner.git/commitdiff
fix status
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Nov 2016 16:16:20 +0000 (18:16 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Nov 2016 16:16:20 +0000 (18:16 +0200)
gitlab-ci-multi-runner.init

index 353de3ca18581dd95df58304274af2490629a15b..3f9e11794e7fc964afb08a07be3cb2091b7b7809 100755 (executable)
@@ -92,7 +92,7 @@ case "$1" in
        condrestart 7
        ;;
   status)
-       status --pidfile $pidfile $NAME
+       status --pidfile $PIDFILE $NAME
        RETVAL=$?
        ;;
   *)
This page took 0.217088 seconds and 4 git commands to generate.