[wip] Disabling backup and restore scripts (temporarily).

This commit is contained in:
pitchum
2018-09-14 07:02:08 +02:00
parent dd8bdad9fa
commit cbf0f5a78a
2 changed files with 5 additions and 0 deletions

View File

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

View File

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