From 2300a4e323a892d8cd92dbef4b4ec1490b1e9a33 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 1 May 2021 09:17:35 +0200 Subject: [PATCH] Fix --- README.md | 6 +++--- check_process | 1 - scripts/install | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d1cda8..b91a6b8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Install Ghost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost) > *This package allows you to install Ghost quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview Ghost is a fully open source, adaptable platform for building and running a modern online publication. @@ -43,8 +43,8 @@ Ghost is a fully open source, adaptable platform for building and running a mode #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ghost%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ghost/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ghost%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ghost/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ghost.svg)](https://ci-apps.yunohost.org/ci/apps/ghost/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ghost.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ghost/) ## Links diff --git a/check_process b/check_process index 9f5cd9a..9a99a63 100644 --- a/check_process +++ b/check_process @@ -23,7 +23,6 @@ upgrade=1 from_commit=6e4b84cabe351f9c62678089f236f1b3bb21d543 backup_restore=1 multi_instance=1 - port_already_use=0 change_url=0 ;;; Options Email= diff --git a/scripts/install b/scripts/install index 23ba43e..ed278e4 100644 --- a/scripts/install +++ b/scripts/install @@ -182,7 +182,7 @@ then ynh_permission_update --permission="main" --add="visitors" fi -ynh_permission_create --permission="admin" --url="/ghost" --allowed="visitors" --auth_header="false" --protected="true" +ynh_permission_create --permission="admin" --url="/ghost" --allowed="visitors" --auth_header="false" --protected="true" #================================================= # RELOAD NGINX @@ -196,8 +196,8 @@ ynh_systemd_action --service_name=nginx --action=reload #================================================= ynh_print_info --message="Sending a readme for the admin..." -ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message" -ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message" +ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message" +ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message" ynh_send_readme_to_admin --app_message="../conf/message"