Fixing env.json permissions

ogrepo-keys
Nicolas Arenas 2025-02-06 12:05:43 +01:00
parent 3fe3fc9a5c
commit 20a338a0d6
1 changed files with 2 additions and 0 deletions

View File

@ -48,5 +48,7 @@ curl -k -L --location 'https://localhost:8443/users' \
--header "Authorization: Bearer $bearer" \
--data "{ \"username\": \"$adminuser\", \"password\": \"$adminpass\", \"roles\": [\"ROLE_SUPER_ADMIN\"] }"
chown 82:82 /opt/opengnsys/ogCore/etc/env.json
touch /opt/opengnsys/ogCore/installer/.deployed
exit 0