Remove executable flag for scripts not intended to be called directly

This commit is contained in:
Johannes Zellner
2016-01-13 10:56:52 +01:00
parent baa7eae77c
commit f82e714b3c
3 changed files with 1 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ if [[ "${provider}" == "digitalocean" ]]; then
exit 1
fi
vps="${SCRIPT_DIR}/digitalocean.sh"
vps="/bin/bash ${SCRIPT_DIR}/digitalocean.sh"
else
echo "Unknown provider : ${provider}"
exit 1