1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

[fix] create uploads folder and permissions

This commit is contained in:
Rafi59 2017-06-19 20:53:10 +02:00 committed by GitHub
parent d224ec18de
commit 62dd376bf1

View file

@ -110,7 +110,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/"$app".conf
# Create uploads folder and permissions # Create uploads folder and permissions
sudo mkdir /opt/gogs/data sudo mkdir /opt/gogs/data
sudo chown -R /opt/gogs/data sudo chown -R gogs /opt/gogs/data
# Unprotect root from SSO if public # Unprotect root from SSO if public
if [ "$is_public" = "Yes" ] if [ "$is_public" = "Yes" ]