From 945db0aed48e72997b0436d0abf370d7dc3c84bd Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Sun, 23 Feb 2025 23:21:04 +0000 Subject: [PATCH] dropping --nodePort=9999 --- scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh b/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh index c05b3ab224..6404004c9b 100644 --- a/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh +++ b/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh @@ -40,7 +40,7 @@ read ans ### Adjust Desktop Launcher: echo_blue "Adjustng desktop launcher ..." mkdir -p /home/$(ls /home)/\.local/share/applications -sed "s|/opt/haveno/bin/Haveno|/opt/haveno/bin/Haveno --socks5ProxyXmrAddress=127.0.0.1:9050 --useTorForXmr=on --nodePort=9999 --hiddenServiceAddress=$ONION|g" /opt/haveno/lib/haveno-Haveno.desktop > /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop +sed "s|/opt/haveno/bin/Haveno|/opt/haveno/bin/Haveno --socks5ProxyXmrAddress=127.0.0.1:9050 --useTorForXmr=on --hiddenServiceAddress=$ONION|g" /opt/haveno/lib/haveno-Haveno.desktop > /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop chown -R $(ls /home):$(ls /home) /home/$(ls /home)/.local/share/applications echo_blue "Haveno AppVM configuration complete." printf "%s \n" "Press [ENTER] to complete ..."