quick fix to start omf-slicemgr
[plcapi.git] / plc.d / omf-slicemgr
index 985cd6d..cf1aecd 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"
        ;;