From 55d8beab6dbda44bdbfc3f71eeef990fae7a8a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 14 Aug 2017 18:42:26 +0200 Subject: [PATCH] Enable change URL in package check --- .check_process.kate-swp | Bin 0 -> 196 bytes scripts/change_url | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 .check_process.kate-swp diff --git a/.check_process.kate-swp b/.check_process.kate-swp new file mode 100644 index 0000000000000000000000000000000000000000..80868603ff09721840cc33dbee86893dfe1e3181 GIT binary patch literal 196 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn=`wz+RI78jWOiXtsotjdJ~kn8^Mk{I zG7>2tL6v7gHARS%6Qm|NBQY;MHNLbc$JP*4 KJsYxl2s;7A8y#i< literal 0 HcmV?d00001 diff --git a/scripts/change_url b/scripts/change_url index 520c338..b4593ed 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -3,6 +3,9 @@ # Source YunoHost helpers source /usr/share/yunohost/helpers +# Stop script if errors +ynh_abort_if_errors + # Import common cmd source ./_common.sh