toxcore directory

This commit is contained in:
Bob Mottram 2016-05-30 17:49:45 +01:00
parent 0f3cd4b7d5
commit a82f68abe4
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ function mesh_tox_node {
echo 'fi' >> $TEMP_SCRIPT
echo 'make install' >> $TEMP_SCRIPT
echo 'cp /usr/local/lib/libtoxcore* /usr/lib/' >> $TEMP_SCRIPT
echo "cp $INSTALL_DIR/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/" >> $TEMP_SCRIPT
echo "cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/" >> $TEMP_SCRIPT
echo "sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' /etc/systemd/system/tox-bootstrapd.service" >> $TEMP_SCRIPT
echo 'systemctl enable tox-bootstrapd.service' >> $TEMP_SCRIPT
echo 'exit 0' >> $TEMP_SCRIPT