diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-09 19:07:28 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:29 -0500 |
commit | 2c00e7d0ad36351ebbf2721800f28815a71b5294 (patch) | |
tree | f77e22f0ffa5c5b4b10ab0742fb08bd9e60bc724 | |
parent | e0f982d92f2aec9c6bc4fb7d1b712d69eff81b9e (diff) | |
download | vyatta-op-2c00e7d0ad36351ebbf2721800f28815a71b5294.tar.gz vyatta-op-2c00e7d0ad36351ebbf2721800f28815a71b5294.zip |
Forgot to fix a typo in the local copy of vyatta-monitor-cleanup
(cherry picked from commit 8f4406f107b6f93eb9e868018150e1f4687aef68)
-rw-r--r-- | scripts/vyatta-monitor-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-monitor-cleanup b/scripts/vyatta-monitor-cleanup index 89eea93..cd08cbc 100644 --- a/scripts/vyatta-monitor-cleanup +++ b/scripts/vyatta-monitor-cleanup @@ -23,7 +23,7 @@ for pidfile in "${MPIDS[@]}"; do rm -rf $pidfile fi fi - elsif [[ "$MODE" == "LOGOUT" ]]; then + elif [[ "$MODE" == "LOGOUT" ]]; then # on logout kill all monitors kill $pid rm -rf $pidfile |