This commit is contained in:
2024-08-02 11:12:11 +02:00
parent b96203b607
commit 65bc2e2c16

View File

@@ -290,6 +290,9 @@ if [ "$DF" != "1" ]; then
create_framework_json;
fi;
echo "$service_exec service-framework.containers.webserver start &";
# START SERVICES
$service_exec service-framework.containers.redis-server start &
$service_exec service-framework.containers.webserver start &