Try 2: Fix postinst script (appsettings.json)
All checks were successful
build-debian-package / Build the debian package (push) Successful in 5m19s
All checks were successful
build-debian-package / Build the debian package (push) Successful in 5m19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user