Paste #262

Welcome On LodgeIt

Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)

hide this notification

1
2
3
4
    if [ -z "$(which xPL_Hub)" ];then
        echo "ERROR : xPL_Hub not in path, please install it somewhere in the path, or add CUSTOM_PATH to domogik system config file."
    /bin/su - ${DOMOGIK_USER} -m -c "xPL_Hub -interface lo >/dev/null &"
    for pid in `ps ax | grep "xPL_Hub" | grep -v grep | awk '{print $1}'`; do