Skip to content
Snippets Groups Projects
Commit 4fccf65e authored by Erick Hitter's avatar Erick Hitter
Browse files

Ensure all args are encapsulated

parent e2456c10
Branches
Tags
No related merge requests found
......@@ -6,4 +6,5 @@ COLOR=""
ICON_URL=""
GREP=""
DAEMON_OPTIONS="$LOG_FILE $WEBHOOK_URL \"$USERNAME\" \"$CHANNEL\" \"$COLOR\" $ICON_URL \"$GREP\""
# DO NOT MODIFY BELOW THIS LINE!
DAEMON_OPTIONS="\"$LOG_FILE\" \"$WEBHOOK_URL\" \"$USERNAME\" \"$CHANNEL\" \"$COLOR\" \"$ICON_URL\" \"$GREP\""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment