X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gprox%2Finstall.sh;h=d78f519dadb25505fb3ee5042d6c6d48c4830e92;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=ab63c8025f7cfdc188dd6b4b5f72426074c9a142;hpb=6c514f63237f5ccbab4559021a77330467c9bb27;p=webi-installers%2F.git diff --git a/gprox/install.sh b/gprox/install.sh index ab63c80..d78f519 100644 --- a/gprox/install.sh +++ b/gprox/install.sh @@ -33,7 +33,7 @@ # gprox 0.99.9 (rev abcdef0123) # This trims it down to just the version number: # 0.99.9 - echo $(gprox --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2) + echo $(gprox --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2) } }