diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cron-logroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cron-logroot.sh b/tools/cron-logroot.sh index 3f8d4a4..dbae238 100644 --- a/tools/cron-logroot.sh +++ b/tools/cron-logroot.sh @@ -54,6 +54,7 @@ if [ "$res" != "0" ]; then exit 3 fi else + echo "$BOCASERVER: connection failed" exit 2 fi fi |