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 #Setup defaults
if [ "$2" = "" ]; then if [ "$2" = "" ]; then
SLACKUSER="git-deploy" SLACKUSER="slackecho-user"
else else
SLACKUSER="$2" SLACKUSER="$2"
fi fi
if [ "$3" = "" ]; then if [ "$3" = "" ]; then
SLACKCH="devops" SLACKCH="general"
else else
SLACKCH="$3" SLACKCH="$3"
fi fi