]> arthur.barton.de Git - backup-script.git/commitdiff
backup-script-wrapper: Use bash
authorAlexander Barton <alex@barton.de>
Tue, 18 Aug 2015 08:46:04 +0000 (10:46 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 18 Aug 2015 08:46:04 +0000 (10:46 +0200)
backup-script itself already uses /bin/bash, so we don't loose portability.
And now we can use nice bash features in the future ;-)

bin/backup-script-wrapper

index 7da3208657c056b51f6abf27bf7670e6e952d55a..f877a5b912b7c5c882c1ddd50e109717d6c9b840 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # backup-script system for cloning systems using rsync
 # Copyright (c)2008-2015 Alexander Barton, alex@barton.de