missing toxcore daemon --config

This commit is contained in:
Bob Mottram 2016-04-06 15:50:41 +01:00
parent 6017426e49
commit b254250455
2 changed files with 755 additions and 752 deletions

@ -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

File diff suppressed because it is too large Load Diff