diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-12 21:31:38 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-12 21:31:38 +0000 |
| commit | 0f05c39f0b59babd02e85bbc1d9bdf40c53a3cd6 (patch) | |
| tree | 7476000a4e0e5e5e1d124d396f9d7d9289424c91 /tools | |
| parent | 0a6c3821493c046610dc3d2b17cd89d7d1c0de07 (diff) | |
| download | boca-0f05c39f0b59babd02e85bbc1d9bdf40c53a3cd6.tar.gz boca-0f05c39f0b59babd02e85bbc1d9bdf40c53a3cd6.zip | |
verb
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 |