Fix path to blackbox_postdeploy

This commit is contained in:
tlimoncelli@stackexchange.com
2015-06-03 15:34:01 -04:00
parent 3bcb76c129
commit 2a839f1520

View File

@@ -19,4 +19,4 @@ if [[ -z $GPG_AGENT_INFO ]]; then
eval $(gpg-agent --daemon)
fi
exec blackbox_postdeploy.sh "$@"
exec blackbox_postdeploy "$@"