From 69a74adb882c0cf4fdc997fb9c0818a2d19ab86c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 26 Sep 2021 07:56:27 +0200 Subject: [PATCH] fix --- conf/app.src | 1 - scripts/install | 2 -- 2 files changed, 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index ee55626..f3251ab 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,5 +3,4 @@ SOURCE_SUM=e8a9c4586234169e2dd96e6c6e90e140a2336950c3b259947b70b0b0b6ff903c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/scripts/install b/scripts/install index e1538ba..0fa8988 100644 --- a/scripts/install +++ b/scripts/install @@ -171,7 +171,6 @@ ynh_systemd_action --service_name=nginx --action=reload # Get main domain and buid the url of the admin panel of the app. admin_panel="https://$(grep portal_domain /etc/ssowat/conf.json | cut -d'"' -f4)/yunohost/admin/#/apps/$app" -ynh_print_OFF echo "Please take note of your password for this application: '$user_pwd'. You can configure this app easily by using the experimental __URL_TAG1__config-panel feature__URL_TAG2__$admin_panel/config-panel__URL_TAG3__. @@ -180,7 +179,6 @@ You can also find some specific actions for this app by using the experimental _ If you're facing an issue or want to improve this app, please open a new issue in this __URL_TAG1__project__URL_TAG2__https://github.com/YunoHost-Apps/leed_ynh__URL_TAG3__." > mail_to_send ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$admin" --type=install -ynh_print_ON #================================================= # END OF SCRIPT