Skip to content
Snippets Groups Projects
Commit b2542504 authored by Bob Mottram's avatar Bob Mottram
Browse files

missing toxcore daemon --config

parent 6017426e
No related branches found
No related tags found
No related merge requests found
......@@ -1614,11 +1614,13 @@ function set_repo_commit {
systemctl restart gogs
fi
if [[ $repo_dir == *"toxcore" ]]; then
autoreconf -i
./configure --enable-daemon
make
make install
systemctl restart tox-bootstrapd.service
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' $rootdir/etc/systemd/system/tox-bootstrapd.service
autoreconf -i
./configure --enable-daemon
make
make install
systemctl daemon-reload
systemctl restart tox-bootstrapd.service
fi
if [[ $repo_dir == *"toxic" ]]; then
make
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment