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
|
||||
UP=$(echo $CONTAINERS | grep -w 'Up')
|
||||
if [ "$UP" != "" ]; then
|
||||
VPN_STATUS="2"
|
||||
else
|
||||
VPN_STATUS="1"
|
||||
else
|
||||
VPN_STATUS="2"
|
||||
fi
|
||||
VPN_RESULT=$(echo "$CONTAINERS" | base64 -w0)
|
||||
fi
|
||||
|
Reference in New Issue
Block a user