script adjustment

This commit is contained in:
Alexandre Alves 2024-07-24 16:48:47 +01:00
parent e15ee8947a
commit 104e80c75c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ HAS_ARGS="false"
# check if script invoke contains any argument...
if [ $# -eq 1 ]; then
RANCHER_IMG_VERSION=$1
HAS_ARGS="true"
fi
if [ "$HAS_ARGS" == "false" ]; then