HOPEFULLY I DID THIS RIGHT

i think i added the canary variable
This commit is contained in:
GabCoolGuy
2024-11-21 12:58:33 +01:00
parent 1f694aa424
commit 58cfffd14d
4 changed files with 8 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "Canary var: %s" "$CANARY"
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then

View File

@@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "Canary var: %s" "$CANARY"
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then