From 58d86a140ae4b979754f1fa65b6d514b82784362 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 24 Jul 2018 05:32:24 +0530 Subject: [PATCH] Message link fix --- README.md | 2 ++ manifest.json | 2 +- scripts/install | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d421e8..8d2847b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Install Ghost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](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!