Update startup.sh

This commit is contained in:
uazo 2021-07-12 17:08:44 +02:00 committed by GitHub
parent 7d9063ac69
commit 06b7f13392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ generate_token() {
}
remove_runner() {
sudo service docker stop
./config.sh remove --unattended --token "$(generate_token)"
}