From 22ffb08278bd4271e32b26f915172f910bead104 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Apr 2016 09:05:32 +0100 Subject: [PATCH] Don't try to generate config file --- src/freedombone | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/freedombone b/src/freedombone index a6efd766..076f16b6 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6581,11 +6581,11 @@ function install_tox_client { exit 67248 fi - # initial setup of username - su -c "echo 'n -/nick $MY_USERNAME -/exit -' | $TOXIC_FILE -d" - $MY_USERNAME + # initial setup of username + #su -c "echo 'n + #/nick $MY_USERNAME + #/exit + #' | $TOXIC_FILE -d" - $MY_USERNAME echo 'install_tox_client' >> $COMPLETION_FILE }