]> git.ameliathe1st.gay Git - git-over-gnunet.git/commitdiff
Made the gns entry public. Oups
authorAmélia Coutard-Sander <git@ameliathe1st.gay>
Mon, 25 Nov 2024 22:16:19 +0000 (23:16 +0100)
committerAmélia Coutard-Sander <git@ameliathe1st.gay>
Mon, 25 Nov 2024 22:16:19 +0000 (23:16 +0100)
run-daemons.sh

index 6187bc4b9f5f27edb449f569b9d0ec36ecf96c1d..012e2ee1160dcb43d3e1e85f1522213737d1ed6d 100755 (executable)
@@ -9,7 +9,7 @@ ego="$1"
 name="$2"
 
 echo >&2 "Running pullable repo $name in ego $ego."
-gnunet-namestore -a -t TXT -e 1d -n "$name" -V "$(gnunet-core -i | sed 's/.*: //'):$name" -z "$ego"
+gnunet-namestore -a -t TXT -e 1d -n "$name" -V "$(gnunet-core -i | sed 's/.*: //'):$name" -z "$ego" -p
 
 ./daemon.sh upload-pack "$name"