aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gnunet.postinst')
-rw-r--r--debian/gnunet.postinst3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/gnunet.postinst b/debian/gnunet.postinst
index 07e5202e8..b6317f5be 100644
--- a/debian/gnunet.postinst
+++ b/debian/gnunet.postinst
@@ -149,12 +149,10 @@ EOF
149 fi 149 fi
150 port=$((8000+$(id -u "${users[$i]}"))) 150 port=$((8000+$(id -u "${users[$i]}")))
151 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \ 151 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \
152 --rewrite \
153 --section=gns-proxy \ 152 --section=gns-proxy \
154 --option=IMMEDIATE_START \ 153 --option=IMMEDIATE_START \
155 --value=YES 154 --value=YES
156 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \ 155 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \
157 --rewrite \
158 --section=gns-proxy \ 156 --section=gns-proxy \
159 --option=OPTIONS \ 157 --option=OPTIONS \
160 --value="-p $port" 158 --value="-p $port"
@@ -180,7 +178,6 @@ if [ "$gnunet_proxy" ]; then
180 port=$((8000+$(id -u $user))) 178 port=$((8000+$(id -u $user)))
181 179
182 gnunet-config -c $HOME/.config/gnunet.conf \ 180 gnunet-config -c $HOME/.config/gnunet.conf \
183 --rewrite \
184 --section=gns-proxy \ 181 --section=gns-proxy \
185 --option=OPTIONS \ 182 --option=OPTIONS \
186 --value="-p $port" 183 --value="-p $port"