Don't try to set the toxic nick

This commit is contained in:
Bob Mottram 2016-05-28 22:14:50 +01:00
parent f76947c90b
commit 399a463d2f
1 changed files with 0 additions and 8 deletions

View File

@ -240,10 +240,6 @@ function mesh_babel_client {
$CHROOT_PREFIX sudo apt-get -y install babeld
if [ ! -f $TOXIC_FILE ]; then
$CHROOT_PREFIX sudo apt-get -y install toxic
echo "n
/nick $USER
/exit
" | toxic -d
fi
CURR_DIR=$(pwd)
@ -766,10 +762,6 @@ function mesh_batman_client {
$CHROOT_PREFIX sudo apt-get -y install wireless-tools rfkill
if [ ! -f $TOXIC_FILE ]; then
$CHROOT_PREFIX sudo apt-get -y install toxic
echo "n
/nick $USER
/exit
" | toxic -d
fi
fi