Add condition to check for upgrade-framework.json before starting webserver
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:
@@ -1508,7 +1508,7 @@ fi
|
||||
#RS=$(docker ps | grep redis-server)
|
||||
WS=$(/usr/bin/docker ps | grep -o webserver)
|
||||
|
||||
if [ "$WS" == "" ]; then
|
||||
if [ "$WS" == "" ] && [ ! -f $SHARED/output/upgrade-framework.json ]; then
|
||||
# START SERVICES
|
||||
echo "Starting webserver"
|
||||
$service_exec service-framework.containers.webserver start &
|
||||
|
Reference in New Issue
Block a user