Changed interpreter to #!/bin/bash for portability

This commit is contained in:
Hannes Riehl 2013-07-10 17:48:15 +02:00
parent 7367e1795b
commit 93dfcd1dfd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Create daily, weekly or monthly snapshots from manual push backups
if [ "$1" == "" ]; then