Compare commits

...

2 Commits

Author SHA1 Message Date
289f1cf6ce Fix: Submodule for alumnihub-helpers
All checks were successful
build-debian-package / Build the debian package (push) Successful in 5m35s
2026-02-12 16:37:58 +01:00
36e9f9ee39 Try 2: Fix postinst script (appsettings.json)
All checks were successful
build-debian-package / Build the debian package (push) Successful in 5m19s
2026-01-30 13:38:42 +01:00
3 changed files with 5 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "alumnihub/opt/alumnihub-helpers"]
path = alumnihub/opt/alumnihub-helpers
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
[submodule "oqtane.framework"]
path = oqtane.framework
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/oqtane.framework.git
@@ -22,3 +19,6 @@
[submodule "fixProps"]
path = fixProps
url = https://github.com/oqtane/oqtane.FixProps
[submodule "alumnihub/opt/alumnihub-helpers"]
path = alumnihub/opt/alumnihub-helpers
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git

View File

@@ -3,6 +3,6 @@ adduser --system alumnihub
chown -R alumnihub:root /opt/alumnihub
if [ -e /opt/alumnihub/appsettings.json ]; then
if [ ! -e /opt/alumnihub/appsettings.json ]; then
cp /opt/alumnihub/appsettings.release.json /opt/alumnihub/appsettings.json
fi