added redis and webserver start

This commit is contained in:
gyurix
2024-07-30 13:38:46 +02:00
parent ccf65833ab
commit 3c9c17bada

View File

@@ -277,6 +277,8 @@ if [ "$DF" != "1" ]; then
create_system_json;
create_user_json;
create_framework_json;
$service_exec service-framework.containers.redis-server start &
$service_exec service-framework.containers.webserver start &
fi;
sleep 3600;