[fix] Missing 'fi' as found by M. Martin

This commit is contained in:
Alexandre Aubin 2018-12-11 15:54:50 +01:00
parent fe15e600fd
commit c975829387

View file

@ -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