Parcourir la source

[mod] Make package_linter happier than ever.

pitchum il y a 6 ans
Parent
commit
1c06d02d49
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  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
 #=================================================