Fixes unable to access '/root/.config/git/attributes': Permission denied (#71)

هذا الالتزام موجود في:
Thomas Miceli
2023-06-25 11:40:28 +02:00
ملتزم من قبل GitHub
الأصل a35b64455a
التزام 06b752f567

عرض الملف

@@ -8,6 +8,4 @@ usermod -o -u "$UID" $USER
chown -R "$USER:$USER" /opengist
export OG_OPENGIST_HOME=/opengist
su -m $USER -c "/app/opengist/opengist"
exec su $USER -c "OG_OPENGIST_HOME=/opengist /app/opengist/opengist"