Run config remove as user instead of root (#1127)

* Run config remove as user instead of root

* Explain why the runner can't be a service on a container

* Fix typo
This commit is contained in:
Ferenc Hammerl
2021-06-04 17:30:03 +02:00
committed by GitHub
parent 11939832df
commit d4cdb633db
2 changed files with 7 additions and 3 deletions

View File

@@ -73,4 +73,4 @@ if [ "${runner_plat}" == "linux" ]; then
fi
${prefix}./svc.sh stop
${prefix}./svc.sh uninstall
${prefix}./config.sh remove --token $REMOVE_TOKEN
./config.sh remove --token $REMOVE_TOKEN