Browse Source

Remove useless set -eu command

pull/76/head
Jimmy Monin 8 years ago
parent
commit
6f26cb657f
  1. 5
      scripts/backup
  2. 5
      scripts/restore

5
scripts/backup

@ -3,11 +3,6 @@
#=================================================
# GENERIC START
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
# Exit on command errors and treat access to unset variables as an error
set -eu
#=================================================
# IMPORT GENERIC HELPERS

5
scripts/restore

@ -3,11 +3,6 @@
#=================================================
# GENERIC START
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
# Exit on command errors and treat access to unset variables as an error
set -eu
#=================================================
# IMPORT GENERIC HELPERS

Loading…
Cancel
Save