Update networking.sh (#7594)

Thomas Plaçais committed Nov 1, 2021 at 23:57 UTC 622227b12283f4b7e7cd93eb95592970c4b62a3d
1 file changed +4 -4
diagnostics/networking.sh
+4 -4
@@ -1,8 +1,8 @@
1 #! /bin/bash
2 - if (($(id -u) != 0))
3 - then
4 - printf "If you see 'ping: socket: Operation not permitted' errors, "
5 - printf "run this command as root.\n"
2 +if (($(id -u) != 0))
3 +then
4 + printf "If you see 'ping: socket: Operation not permitted' errors, "
5 + printf "run this command as root.\n"
6 fi
7
8 set -xu