Merge pull request #1767 from jvanbaarsen/remove-shebang

Remove shebang from config/functions
This commit is contained in:
Jose Diaz-Gonzalez
2015-12-10 15:59:30 -05:00

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"