diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-09 19:07:28 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-09-09 19:07:28 -0500 |
commit | 8f4406f107b6f93eb9e868018150e1f4687aef68 (patch) | |
tree | 0f5062c775f0fd09888bb07acb0b1b43e9a89848 /scripts | |
parent | 269c88bff20c49876e5780dd8bf379e3d1fe1601 (diff) | |
download | vyatta-op-8f4406f107b6f93eb9e868018150e1f4687aef68.tar.gz vyatta-op-8f4406f107b6f93eb9e868018150e1f4687aef68.zip |
Forgot to fix a typo in the local copy of vyatta-monitor-cleanup
Diffstat (limited to 'scripts')
-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 |