Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Oct 2, 2012
1 parent 1a887b5 commit 4f57156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/webc/logbot.sh
Expand Up @@ -2,7 +2,7 @@
. /etc/webc/functions.sh . /etc/webc/functions.sh
. /etc/webc/webc.conf . /etc/webc/webc.conf


if !cmdline_has debug; then if ! cmdline_has debug; then
exec "$@" >/dev/null 2>/dev/null exec "$@" >/dev/null 2>/dev/null
else else
exec "$@" 2>&1 | while read -r line exec "$@" 2>&1 | while read -r line
Expand Down

0 comments on commit 4f57156

Please sign in to comment.