From 255717689a71105b3a8e4bb1cb2a95f635a416ce Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Feb 2019 22:39:41 +0100 Subject: [PATCH] Fix restore --- scripts/install | 1 - scripts/restore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 21c3315..0352c37 100644 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { ### Remove this function if there's nothing to clean before calling the remove script. - read -p "Press any key..." true } # Exit if an error occurs during the execution of the script diff --git a/scripts/restore b/scripts/restore index 3ac286d..13d02b4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -15,6 +15,7 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { #### Remove this function if there's nothing to clean before calling the remove script. + read -p "Press any key..." true } # Exit if an error occurs during the execution of the script