Fix general OVIS bridgehead runtime

This commit is contained in:
tm16-medma
2026-07-14 15:36:31 +02:00
parent d42ab1275c
commit cb276b9bf3
4 changed files with 41 additions and 163 deletions
+2 -1
View File
@@ -81,7 +81,7 @@ case "$PROJECT" in
;;
*)
log ERROR "Internal error, this should not happen."
exit 1
exit 1
;;
esac
@@ -118,3 +118,4 @@ chown -R bridgehead:docker /tmp/bridgehead /var/cache/bridgehead
chmod -R g+wr /var/cache/bridgehead /tmp/bridgehead
log INFO "System preparation is completed and configuration is present."