diff --git a/README.md b/README.md index 8780bd6..d86ec8d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Can the app be used by multiple users? * Other info you would like to add about this app. +#### Supported architectures + +* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/rocketchat/) +* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rocketchat/) +* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/rocketchat%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/rocketchat/) + ## Links * Report a bug: https://github.com/YunoHost-Apps/rocketchat_ynh/issues diff --git a/scripts/install b/scripts/install index f7486c5..e08c219 100644 --- a/scripts/install +++ b/scripts/install @@ -179,3 +179,4 @@ ynh_systemd_action --service_name=nginx --action=reload #================================================= ynh_script_progression --message="Installation of $app completed" --last + diff --git a/scripts/restore b/scripts/restore index db18173..c456ca4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,7 +1,5 @@ #!/bin/bash -#================================================= -# GENERIC START #================================================= # IMPORT GENERIC HELPERS #================================================= @@ -9,6 +7,7 @@ # Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers +source _common.sh #================================================= # MANAGE SCRIPT FAILURE