Switch around
This commit is contained in:
parent
20084820a1
commit
b089e11645
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
IRSSI_PATH=/usr/bin/irssi
|
IRSSI_PATH=/usr/bin/irssi
|
||||||
MUMBLE_PATH=/usr/bin/mumble
|
MUMBLE_PATH=/usr/bin/mumble
|
||||||
TOXIC_PATH=/usr/local/bin/toxic
|
TOXIC_PATH=/usr/bin/toxic
|
||||||
DHTNODES=/usr/local/share/toxic/DHTnodes
|
DHTNODES=/usr/share/toxic/DHTnodes
|
||||||
|
|
||||||
IRC_PORT=6697
|
IRC_PORT=6697
|
||||||
PEERS_FILE=/tmp/meshpeers.txt
|
PEERS_FILE=/tmp/meshpeers.txt
|
||||||
|
@ -41,11 +41,11 @@ if [ ! -f /usr/bin/batman ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# alternative toxic paths
|
# alternative toxic paths
|
||||||
if [ -f /usr/bin/toxic ]; then
|
if [ -f /usr/local/bin/toxic ]; then
|
||||||
TOXIC_PATH=/usr/bin/toxic
|
TOXIC_PATH=/usr/local/bin/toxic
|
||||||
fi
|
fi
|
||||||
if [ -f /usr/share/toxic/DHTnodes ]; then
|
if [ -f /usr/local/share/toxic/DHTnodes ]; then
|
||||||
DHTNODES=/usr/share/toxic/DHTnodes
|
DHTNODES=/usr/local/share/toxic/DHTnodes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /tmp/meshtype ]; then
|
if [ ! -f /tmp/meshtype ]; then
|
||||||
|
|
Loading…
Reference in New Issue