diff --git a/manifest.json b/manifest.json index 92a75da..361d461 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.17.2~ynh1", + "version": "1.17.2~ynh2", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" diff --git a/scripts/_common.sh b/scripts/_common.sh index 26483bc..45b115d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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" }