Update register.sh
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
TOKEN=$1
|
TOKEN=$1
|
||||||
if [ -z "${TOKEN}" ] ; then
|
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"
|
echo "You can get the registration token from http://127.0.0.1/admin/runners"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@@ -18,4 +18,4 @@ if [ ! -z "${DOCKER_ID}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Done ."
|
echo "Done ."
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user