we'll need to import omf_slicemgr
[plcapi.git] / plc.d / omf-slicemgr
index 8f4435b..77e3ffc 100755 (executable)
@@ -23,7 +23,7 @@ case "$1" in
        MESSAGE=$"Starting the OMF Slice Manager"
        dialog "$MESSAGE"
 
-        daemon /usr/bin/omf-slicemgr.py &
+        daemon /usr/bin/omf_slicemgr.py &
 
        result "$MESSAGE"
        ;;
@@ -36,7 +36,7 @@ case "$1" in
        MESSAGE=$"Stopping the OMF Slice Manager"
        dialog "$MESSAGE"
 
-        killproc omf-slicemgr.py 
+        killproc omf_slicemgr.py 
 
        result "$MESSAGE"
        ;;