From a82f68abe4535f192fcbc3bdaf08be25b4d1d1ac Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 May 2016 17:49:45 +0100 Subject: [PATCH] toxcore directory --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 867515e6..8302c530 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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