[mod] Make package_linter happier than ever.

This commit is contained in:
pitchum 2018-12-02 16:29:54 +01:00
parent 9edd5f3b96
commit 1c06d02d49
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "backup script is not implemented"
exit 0
ynh_die "backup script is not implemented"
#=================================================
# GENERIC START

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "restore script is not implemented"
exit 0
ynh_die "restore script is not implemented"
#=================================================
# IMPORT GENERIC HELPERS
#=================================================