Merge branch 'main' of https://git.format.hu/safebox/framework-scheduler
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1245,9 +1245,9 @@ execute_task() {
|
|||||||
if [ "$CONTAINERS" != "" ]; then
|
if [ "$CONTAINERS" != "" ]; then
|
||||||
UP=$(echo $CONTAINERS | grep -w 'Up')
|
UP=$(echo $CONTAINERS | grep -w 'Up')
|
||||||
if [ "$UP" != "" ]; then
|
if [ "$UP" != "" ]; then
|
||||||
VPN_STATUS="2"
|
|
||||||
else
|
|
||||||
VPN_STATUS="1"
|
VPN_STATUS="1"
|
||||||
|
else
|
||||||
|
VPN_STATUS="2"
|
||||||
fi
|
fi
|
||||||
VPN_RESULT=$(echo "$CONTAINERS" | base64 -w0)
|
VPN_RESULT=$(echo "$CONTAINERS" | base64 -w0)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user