mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Fix missing permission
This commit is contained in:
parent
f6373deb54
commit
3e79ef8662
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ _set_permissions() {
|
|||
chmod +x "$install_dir/gitea"
|
||||
|
||||
chown -R "$app:$app" "$data_dir"
|
||||
chmod u=rwx,g=rx,o= "$data_dir"
|
||||
find "$data_dir" \( \! -perm -o= \
|
||||
-o \! -user "$app" \
|
||||
-o \! -group "$app" \) \
|
||||
|
|
Loading…
Add table
Reference in a new issue