Don't try to generate config file

This commit is contained in:
Bob Mottram 2016-04-19 09:05:32 +01:00
parent 6c5226d521
commit 22ffb08278
1 changed files with 5 additions and 5 deletions

View File

@ -6582,10 +6582,10 @@ function install_tox_client {
fi
# initial setup of username
su -c "echo 'n
/nick $MY_USERNAME
/exit
' | $TOXIC_FILE -d" - $MY_USERNAME
#su -c "echo 'n
#/nick $MY_USERNAME
#/exit
#' | $TOXIC_FILE -d" - $MY_USERNAME
echo 'install_tox_client' >> $COMPLETION_FILE
}