Changed interpreter to #!/bin/bash for portability

This commit is contained in:
Hannes Riehl 2013-07-10 17:49:03 +02:00
parent 88c8dc024a
commit 6c293921b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Check if disk has been used since last check and spin it down if not
if [ "${1}" == "" ]; then