Skip to content

Commit

Permalink
omd: change crontab service wording
Browse files Browse the repository at this point in the history
Aligns behaviour with other services.

CMK-21519

Change-Id: I34a7aacc9eea3e37cede80b695973fb93f348339
  • Loading branch information
SoloJacobs committed Feb 2, 2025
1 parent d5b583a commit ca5d45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omd/packages/maintenance/skel/etc/init.d/crontab
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
case "$1" in

start)
echo -en "Initializing Crontab..."
echo -en "Starting crontab..."
${MERGECRONTABS} ${CROND} | crontab $CRONTAB_OPTS - > /dev/null
if [ $? -eq 0 ]; then
echo "OK"
Expand All @@ -31,7 +31,7 @@ case "$1" in
;;

stop)
echo -n "Removing Crontab..."
echo -n "Stopping crontab..."
crontab $CRONTAB_OPTS -r || exit 0
echo OK
exit 0
Expand Down

0 comments on commit ca5d45c

Please sign in to comment.