cleaning up messaging related to 'service plc stop'
[myplc.git] / plc.d / db
index 3f0f8fd..80c4009 100755 (executable)
--- a/plc.d/db
+++ b/plc.d/db
@@ -175,8 +175,9 @@ EOF
        ;;
 
     stop)
-       MESSAGE=$"Ignoring request to stop myplc databases"
-       result "$MESSAGE"
+       MESSAGE="Ignoring request to stop myplc databases"
+       dialog "$MESSAGE"
+       result ""
        ;;
 
     *)