mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-10-29 21:05:31 +01:00
Fix permission for SSH
This commit is contained in:
@@ -66,4 +66,5 @@ set_permission() {
|
||||
chmod u=rwx,g=rx,o= "$final_path/custom/conf/app.ini"
|
||||
chmod u=rwX,g=rX,o= "$datadir"
|
||||
chmod u=rwX,g=rX,o= "/var/log/$app"
|
||||
chmod u=rwx,g=,o= "$ssh_path"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user