diff options
| author | wukong <wukong@longaeva> | 2026-05-24 13:21:29 -0700 |
|---|---|---|
| committer | wukong <wukong@longaeva> | 2026-05-24 13:21:29 -0700 |
| commit | e3f7c9f288f5e84323b54944d158cc32740551f9 (patch) | |
| tree | cccd304e4ea9b83fe89b66051cde452a65885b24 /start-cisco678polld.sh | |
| parent | af06a1f5a3bda676769b0dc6c88d4502575f0e90 (diff) | |
Diffstat (limited to 'start-cisco678polld.sh')
| -rw-r--r-- | start-cisco678polld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start-cisco678polld.sh b/start-cisco678polld.sh index e2d98c3..257e7b9 100644 --- a/start-cisco678polld.sh +++ b/start-cisco678polld.sh @@ -35,7 +35,7 @@ cklockpid() { grep -v 'grep' |\ awk '{print $1}' ) if [ ${CKPID} ] && [ ${1} -eq ${CKPID} ] ; then - printf "proc is running, lock is valid" + printf "proc is running, lock is valid\n" fi else printf lock pid does not exist\n" |
