update defaults for use and channel

This commit is contained in:
Gary
2017-06-30 17:48:22 +10:00
parent 4b73aafdeb
commit 7c1a1f726e

View File

@@ -16,13 +16,13 @@ SLACKURL="https://hooks.slack.com/services/YOURURL"
#Setup defaults
if [ "$2" = "" ]; then
SLACKUSER="git-deploy"
SLACKUSER="slackecho-user"
else
SLACKUSER="$2"
fi
if [ "$3" = "" ]; then
SLACKCH="devops"
SLACKCH="general"
else
SLACKCH="$3"
fi