diff --git a/extras/init.d/vicidial b/extras/init.d/vicidial index 8b9d9f2e..c2d7ec1c 100644 --- a/extras/init.d/vicidial +++ b/extras/init.d/vicidial @@ -307,7 +307,7 @@ start) echo "" - echo "Starting Vicidial " + echo "Started Vicidial " # Remember status and be verbose rc_status -v @@ -359,7 +359,7 @@ stop) # Remember status and be verbose - echo -n "Stopping Vicidial " + echo -n "Stopped Vicidial " rc_status -v ;;