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:
parent
d224ec18de
commit
62dd376bf1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/"$app".conf
|
|||
|
||||
# Create uploads folder and permissions
|
||||
sudo mkdir /opt/gogs/data
|
||||
sudo chown -R /opt/gogs/data
|
||||
sudo chown -R gogs /opt/gogs/data
|
||||
|
||||
# Unprotect root from SSO if public
|
||||
if [ "$is_public" = "Yes" ]
|
||||
|
|
Loading…
Reference in a new issue