Switch around

This commit is contained in:
Bob Mottram 2015-08-26 20:32:56 +01:00
parent 20084820a1
commit b089e11645
1 changed files with 6 additions and 6 deletions

View File

@ -30,8 +30,8 @@
IRSSI_PATH=/usr/bin/irssi
MUMBLE_PATH=/usr/bin/mumble
TOXIC_PATH=/usr/local/bin/toxic
DHTNODES=/usr/local/share/toxic/DHTnodes
TOXIC_PATH=/usr/bin/toxic
DHTNODES=/usr/share/toxic/DHTnodes
IRC_PORT=6697
PEERS_FILE=/tmp/meshpeers.txt
@ -41,11 +41,11 @@ if [ ! -f /usr/bin/batman ]; then
fi
# alternative toxic paths
if [ -f /usr/bin/toxic ]; then
TOXIC_PATH=/usr/bin/toxic
if [ -f /usr/local/bin/toxic ]; then
TOXIC_PATH=/usr/local/bin/toxic
fi
if [ -f /usr/share/toxic/DHTnodes ]; then
DHTNODES=/usr/share/toxic/DHTnodes
if [ -f /usr/local/share/toxic/DHTnodes ]; then
DHTNODES=/usr/local/share/toxic/DHTnodes
fi
if [ ! -f /tmp/meshtype ]; then