** Changed in: monit (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993381
Title:
/etc/init.d/monit: 39: [: reload: unexpected operator
To manag
fixed 1:5.3.2-2
** Changed in: monit (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993381
Title:
/etc/init.d/monit: 39: [: reload: unexpected oper
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: monit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993381
Title:
/etc/
This is due to a bashism on line 39 of the init.d script.
...
if [ "$1" == "start" ]
...
The '==' is a bashism and not posix compliant. It should be 1 '='.
The fix is to just delete one of those equal signs. I'd submit a patch
but it is to trivial to be worth the effort.
--
You received this