This commit is contained in:
GabCoolGuy 2024-11-21 09:27:49 +01:00
parent 467c3d0fba
commit fd8df4f64f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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