From 20a338a0d66cc50475b7e5ad987a41d85c087bed Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Thu, 6 Feb 2025 12:05:43 +0100 Subject: [PATCH] Fixing env.json permissions --- non_graf_installer/component-installer/provision_ogcore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_graf_installer/component-installer/provision_ogcore.sh b/non_graf_installer/component-installer/provision_ogcore.sh index 8e7cd18..3d9c06a 100644 --- a/non_graf_installer/component-installer/provision_ogcore.sh +++ b/non_graf_installer/component-installer/provision_ogcore.sh @@ -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