Skip to content

Commit 1dc30a1

Browse files
author
3np
committed
tinyproxy: hardcode /usr/bin/tinyproxy path
installed at same path on debian/redhat/fedora. - follow-up to QubesOS#596 - QubesOS#157 - QubesOS#155
1 parent 4c5c36e commit 1dc30a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm-init.d/qubes-updates-proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Check that networking is up.
2929
[ "$NETWORKING" = "no" ] && exit 0
3030

31-
exec=$(command -v tinyproxy) || exit 2
31+
exec="/usr/bin/tinyproxy"
3232
prog=$(basename "$exec") || exit 2
3333
config="/etc/tinyproxy/tinyproxy-updates.conf"
3434
pidfile="/var/run/tinyproxy-updates/tinyproxy.pid"

0 commit comments

Comments
 (0)