Browse Source

[mod] Make package_linter happier than ever.

pitchum 6 years ago
parent
commit
1c06d02d49
2 changed files with 4 additions and 4 deletions
  1. 2 2
      scripts/backup
  2. 2 2
      scripts/restore

+ 2 - 2
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

+ 2 - 2
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
 #=================================================