Update register.sh

This commit is contained in:
EXP
2023-04-11 15:42:37 +08:00
committed by GitHub
parent d4ea0acf97
commit 6e31949386

View File

@@ -3,7 +3,7 @@
TOKEN=$1
if [ -z "${TOKEN}" ] ; then
echo "Usage: .\register.ps1 TOKEN"
echo "Usage: .\register.sh TOKEN"
echo "You can get the registration token from http://127.0.0.1/admin/runners"
exit 1
fi
@@ -18,4 +18,4 @@ if [ ! -z "${DOCKER_ID}" ]; then
fi
echo "Done ."
exit 0
exit 0