Changed interpreter to #!/bin/bash for portability

This commit is contained in:
Hannes Riehl 2013-07-10 17:45:31 +02:00
parent 4804a74fe2
commit 004c8110d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ "$1" == "" ]; then
echo "Usage: $(basename $0) <rsnapshot config>"