Fix static analysis failures
This commit is contained in:
parent
8744b1ef6b
commit
67c939cab6
|
@ -185,7 +185,7 @@ function upgrade_tox {
|
|||
set_repo_commit "$INSTALL_DIR/toxcore" "toxcore commit" "$TOXCORE_COMMIT" $TOXCORE_REPO
|
||||
if [[ $(commit_has_changed "$INSTALL_DIR/toxcore" "toxcore commit" "$TOXCORE_COMMIT") == "1" ]]; then
|
||||
cd "$INSTALL_DIR/toxcore" || exit 53683563
|
||||
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' $rootdir/etc/systemd/system/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
|
||||
|
|
Loading…
Reference in New Issue