diff --git a/README.md b/README.md
index f21e0d4..c6b293c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
 Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
 
 
-**Shipped version:** 1.17.2~ynh1
+**Shipped version:** 1.17.2~ynh2
 
 ## Screenshots
 
diff --git a/README_fr.md b/README_fr.md
index 9c4baa5..4cc8a05 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
 Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
 
 
-**Version incluse :** 1.17.2~ynh1
+**Version incluse :** 1.17.2~ynh2
 
 ## Captures d'écran
 
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"
 }