|
|
|
|
8529
|
echo "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf"
|
8529
|
echo "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf"
|
8530
|
exit 476835
|
8530
|
exit 476835
|
8531
|
fi
|
8531
|
fi
|
|
|
8532
|
+ # remove Maildir
|
|
|
8533
|
+ if [ -d /var/lib/tox-bootstrapd/Maildir ]; then
|
|
|
8534
|
+ rm -rf /var/lib/tox-bootstrapd/Maildir
|
|
|
8535
|
+ fi
|
8532
|
|
8536
|
|
8533
|
# create configuration file
|
8537
|
# create configuration file
|
8534
|
echo "port = $TOX_PORT" > /etc/tox-bootstrapd.conf
|
8538
|
echo "port = $TOX_PORT" > /etc/tox-bootstrapd.conf
|