Commit 2dfda1a3 authored by Lucas Russo's avatar Lucas Russo

init.sh: temporary fix for changing IPC permissions

As we need to wait until the creation of the
UNIX socket by the MDP worker, we added a awful
sleep inside the init.sh script
parent a6867712
...@@ -23,5 +23,7 @@ broker_endp=$1 ...@@ -23,5 +23,7 @@ broker_endp=$1
# Signal dev_mngr of a "new" PCIe device # Signal dev_mngr of a "new" PCIe device
killall -SIGUSR1 dev_mngr killall -SIGUSR1 dev_mngr
# FIXME:Wait until worker has been created
sleep 1
# Change IPC permissions # Change IPC permissions
chmod 777 $broker_endp chmod 777 $broker_endp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment