wmstartup: Actually set the location of those pipes

This commit is contained in:
Salt 2018-08-21 23:55:57 -05:00
parent cf20f61cc7
commit ea107552cd

View File

@ -153,6 +153,7 @@ if which xob > /dev/null 2>&1; then
mkfifo "$XOB_PIPE_DIR/$pipe"
if [ -p "$XOB_PIPE_DIR/$pipe" ]; then
printf " [INFO] Successfully created pipe \"$pipe\". Binding an xob instance to it\n"
export $pipe="$XOB_PIPE_DIR/$pipe"
tail -f "$XOB_PIPE_DIR/$pipe" | xob -s "$pipe" -t 2 &
else
printf " [WARN] Failed to create pipe \"$pipe\"\n"