mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
Fixes unable to access '/root/.config/git/attributes': Permission denied (#71)
This commit is contained in:
parent
a35b64455a
commit
06b752f567
1 changed files with 1 additions and 3 deletions
|
@ -8,6 +8,4 @@ usermod -o -u "$UID" $USER
|
||||||
|
|
||||||
chown -R "$USER:$USER" /opengist
|
chown -R "$USER:$USER" /opengist
|
||||||
|
|
||||||
export OG_OPENGIST_HOME=/opengist
|
exec su $USER -c "OG_OPENGIST_HOME=/opengist /app/opengist/opengist"
|
||||||
|
|
||||||
su -m $USER -c "/app/opengist/opengist"
|
|
||||||
|
|
Loading…
Reference in a new issue