From 1c06d02d49a5479c7b9bf0b3792c44f4d952b3fe Mon Sep 17 00:00:00 2001 From: pitchum Date: Sun, 2 Dec 2018 16:29:54 +0100 Subject: [PATCH] [mod] Make package_linter happier than ever. --- scripts/backup | 4 ++-- scripts/restore | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/backup b/scripts/backup index 4513119..a0e63e9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -1,7 +1,7 @@ #!/bin/bash -echo "backup script is not implemented" -exit 0 +ynh_die "backup script is not implemented" + #================================================= # GENERIC START diff --git a/scripts/restore b/scripts/restore index 60a445a..a24fff8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,7 +1,7 @@ #!/bin/bash -echo "restore script is not implemented" -exit 0 +ynh_die "restore script is not implemented" + #================================================= # IMPORT GENERIC HELPERS #=================================================