Remove maildir for tox
This commit is contained in:
parent
e754a7c7a0
commit
d04277dbae
|
@ -8529,6 +8529,10 @@ function install_tox_node {
|
||||||
echo "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf"
|
echo "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf"
|
||||||
exit 476835
|
exit 476835
|
||||||
fi
|
fi
|
||||||
|
# remove Maildir
|
||||||
|
if [ -d /var/lib/tox-bootstrapd/Maildir ]; then
|
||||||
|
rm -rf /var/lib/tox-bootstrapd/Maildir
|
||||||
|
fi
|
||||||
|
|
||||||
# create configuration file
|
# create configuration file
|
||||||
echo "port = $TOX_PORT" > /etc/tox-bootstrapd.conf
|
echo "port = $TOX_PORT" > /etc/tox-bootstrapd.conf
|
||||||
|
|
Loading…
Reference in New Issue