missing $
This commit is contained in:
parent
44ad7ff678
commit
27e4b04ad7
|
@ -137,7 +137,7 @@ function detect_new_tox_users {
|
||||||
fi
|
fi
|
||||||
export DISPLAY=:0.0
|
export DISPLAY=:0.0
|
||||||
export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority
|
export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority
|
||||||
sudo -u MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
|
sudo -u $MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue