update to match bash syntax
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
- -c
|
||||
args:
|
||||
- >-
|
||||
CURRENT_IP = $(curl -4 ifconfig.me)
|
||||
CURRENT_IP=$(curl -4 ifconfig.me)
|
||||
&&
|
||||
echo "Current IP: $CURRENT_IP"
|
||||
&&
|
||||
|
Reference in New Issue
Block a user