diff options
Diffstat (limited to 'handlers/sh.in')
-rw-r--r-- | handlers/sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sh.in b/handlers/sh.in index f9f1926..4edfd9a 100644 --- a/handlers/sh.in +++ b/handlers/sh.in @@ -2,6 +2,6 @@ # # shell script handler for backupninja # runs the file /etc/backup.d/scriptname.sh -# +# [ $test ] || ( . $1 ) |