This commit is contained in:
Bryan MacFarlane
2020-04-15 14:30:30 -04:00
parent 2d97cef1d2
commit ce43e5043a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#/bin/bash
set -e
#
# Force deletes a runner from the service
# The caller should have already ensured the runner is gone and/or stopped

View File

@@ -1,3 +1,7 @@
#/bin/bash
set -e
#
# Removes a runner running as a service
# Must be run on the machine where the service is run