diff --git a/README.md b/README.md
index 7d421e8..8d2847b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
[](https://install-app.yunohost.org/?app=ghost)
=======
+Shipped version: **1.24.9**
+
- [Yunohost project](https://yunohost.org)
- [Ghost](https://ghost.org/)
- [Ghost source code at Github](https://github.com/TryGhost/Ghost)
diff --git a/manifest.json b/manifest.json
index 9a8c2b7..350a5f9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Just a blogging platform",
"fr": "Plateforme de blogging"
},
- "version": "1.0",
+ "version": "1.24.9",
"url": "https://ghost.org/",
"license": "free",
"developer": {
diff --git a/scripts/install b/scripts/install
index 4f61921..18f212e 100644
--- a/scripts/install
+++ b/scripts/install
@@ -145,7 +145,7 @@ cp ../conf/config.production.json "$final_path/config.production.json"
#=================================================
ynh_replace_string "__DOMAIN__" "$domain" "$final_path/config.production.json"
-ynh_replace_string "__PATH__" "$path_url" "$final_path/config.production.json"
+ynh_replace_string "__PATH__" "$path_url" "$final_path/config.production.json"
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.production.json"
ynh_replace_string "__DBPWD__" "$db_pwd" "$final_path/config.production.json"
ynh_replace_string "__PORT__" "$port" "$final_path/config.production.json"
@@ -208,7 +208,7 @@ message=" $app was successfully installed :)
Next step:
-Create admin account at https://$domain$path_urladmin
+Create admin account at https://$domain{$path_url}admin
Happy blogging!