From b8beb4a04e764d95588b3060e179ce357492c261 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 22 Feb 2017 00:36:50 +0100 Subject: [PATCH] =?UTF-8?q?[fix]=20linter:=20exit=20=E2=80=93>=20ynh=5Fdie?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index d58b39b..3d3aef5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -18,7 +18,7 @@ # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \ - || exit 1 + || ynh_die # Check destination directory DESTDIR="/var/www/$app"