From 424a6991c34e3fd932ac4345d2806676621582e8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 23 Jul 2016 14:04:31 +0100 Subject: [PATCH] Temp script not used --- src/freedombone-app-tox | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index b9eded18..c9f94a8f 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -376,9 +376,6 @@ function mesh_tox_node { $mesh_tox_node_prefix apt-get -y install libsodium13 libsodium-dev libcap2-bin $mesh_tox_node_prefix apt-get -y install libconfig9 libconfig-dev autoconf - TEMP_SCRIPT_NAME=fbtmp37272.sh - TEMP_SCRIPT=/tmp/$TEMP_SCRIPT_NAME - mkdir -p ${rootdir}${INSTALL_DIR} git clone ${TOXCORE_REPO} ${rootdir}${INSTALL_DIR}/toxcore if [ ! "$?" = "0" ]; then