summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwukong <wukong@longaeva>2026-05-24 13:21:29 -0700
committerwukong <wukong@longaeva>2026-05-24 13:21:29 -0700
commite3f7c9f288f5e84323b54944d158cc32740551f9 (patch)
treecccd304e4ea9b83fe89b66051cde452a65885b24
parentaf06a1f5a3bda676769b0dc6c88d4502575f0e90 (diff)
Added missing newline at end printf statement;HEADmaster
-rw-r--r--start-cisco678polld.sh2
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"