Fixing env.json permissions
parent
3fe3fc9a5c
commit
20a338a0d6
|
@ -48,5 +48,7 @@ curl -k -L --location 'https://localhost:8443/users' \
|
||||||
--header "Authorization: Bearer $bearer" \
|
--header "Authorization: Bearer $bearer" \
|
||||||
--data "{ \"username\": \"$adminuser\", \"password\": \"$adminpass\", \"roles\": [\"ROLE_SUPER_ADMIN\"] }"
|
--data "{ \"username\": \"$adminuser\", \"password\": \"$adminpass\", \"roles\": [\"ROLE_SUPER_ADMIN\"] }"
|
||||||
|
|
||||||
|
chown 82:82 /opt/opengnsys/ogCore/etc/env.json
|
||||||
|
|
||||||
touch /opt/opengnsys/ogCore/installer/.deployed
|
touch /opt/opengnsys/ogCore/installer/.deployed
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue