]> git.ameliathe1st.gay Git - git-over-gnunet.git/commitdiff
Exec `gnunet-cadet` instead of just running it
authorAmélia Coutard-Sander <git@ameliathe1st.gay>
Mon, 25 Nov 2024 19:33:04 +0000 (20:33 +0100)
committerAmélia Coutard-Sander <git@ameliathe1st.gay>
Mon, 25 Nov 2024 19:33:04 +0000 (20:33 +0100)
git-remote-gnunet

index 58997c22cb2f4880491c891488f530f628b7b698..21626799af7430103e8f47da3ac6f9799bfd249a 100755 (executable)
@@ -27,4 +27,4 @@ fi
 peer="$(echo "$server" | cut -d: -f1)"
 port="$(echo "$server" | cut -d: -f2)"
 echo "Attempting to connect to peer $peer, on port $port-$arg." >&2
-gnunet-cadet "$peer" "$port-$arg"
+exec gnunet-cadet "$peer" "$port-$arg"