From c97582938760f43559f15383f0c483563fa09fbb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 11 Dec 2018 15:54:50 +0100 Subject: [PATCH] [fix] Missing 'fi' as found by M. Martin --- data/helpers.d/filesystem | 1 + 1 file changed, 1 insertion(+) diff --git a/data/helpers.d/filesystem b/data/helpers.d/filesystem index b5ae36a75..5b55b752f 100644 --- a/data/helpers.d/filesystem +++ b/data/helpers.d/filesystem @@ -71,6 +71,7 @@ ynh_backup() { echo "The missing file will be replaced by a dummy one for the backup !!!" >&2 else return 1 + fi else return 0 fi