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