From 6b1f02e2b9c240a1efbd4139db0bf7a4d6ff8ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:30:54 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 082d9b9..12e922f 100755 --- a/scripts/install +++ b/scripts/install @@ -170,7 +170,7 @@ $(cat ${private_key}.pub)" # SEND A README FOR THE ADMIN #================================================= ynh_script_progression --message="Sending post-installation instructions to admin" --last -ynh_print_OFF + message="You should now allow the following public key for user ${ssh_user} on server ${server}: $(cat ${private_key}.pub) @@ -188,7 +188,6 @@ $(if [ "$backup_path" != "./" ];then echo "Also make sure ${backup_path} exists If you're facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/restic_ynh" ynh_send_readme_to_admin "$message" "root" -ynh_print_ON #================================================= # END OF SCRIPT