remove vm9

This commit is contained in:
ville rantanen
2014-12-11 13:00:11 +02:00
parent 1f96c4a1f3
commit b3d88eaf8f
7 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ function restart_lxpanel() {
sleep 2
lxpanel_running || {
echo "lxpanel segfaulted. restarting..."
$LXCMD &> /dev/null &
nohup $LXCMD &> /dev/null &
}
fi
}