mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix some leftover changes from monit_exec_path -> monitrc_path
This commit is contained in:
parent
c3e1745dff
commit
95f3c2d928
@ -34,7 +34,7 @@ function usage() {
|
|||||||
Absolute path to the directory where all the logs for processes
|
Absolute path to the directory where all the logs for processes
|
||||||
monitored by Monit are stored. (default: ${monit_log_path})
|
monitored by Monit are stored. (default: ${monit_log_path})
|
||||||
|
|
||||||
ENV[MONIT_EXEC_PATH] || --monit-exec-path PATH
|
ENV[MONITRC_PATH] || --monitrc-path PATH
|
||||||
|
|
||||||
Absolute path to the monit control file(monitrc). (default: ${monitrc_path})
|
Absolute path to the monit control file(monitrc). (default: ${monitrc_path})
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
monit_log_path="$2"
|
monit_log_path="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--monit-exec-path)
|
--monitrc-path)
|
||||||
monitrc_path="$2"
|
monitrc_path="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user