splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

archiveBucket.sh uses `source`, which needs bash #104

Closed petterik closed 11 years ago

petterik commented 11 years ago

When the "cold to frozen script" - archiveBucket.sh - is run, and /usr/bin/env sh isn't set to bash, it might crash.

set the shebang to be #!/bin/bash