X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=syncthing%2Finstall.sh;h=96bcca7c8b965f51b71047169bb6d4fb35725925;hb=d68d0376b9cead7e1bf6446e71f00c8e3c965a45;hp=959964862d60ba1b97ae91e505ad408f18083398;hpb=c8433d78c302573bbf1f3800404f9c82bc0596ab;p=webi-installers%2F.git diff --git a/syncthing/install.sh b/syncthing/install.sh index 9599648..96bcca7 100644 --- a/syncthing/install.sh +++ b/syncthing/install.sh @@ -35,7 +35,7 @@ function __init_syncthing() { # syncthing v1.12.1 "Fermium Flea" (go1.15.5 darwin-amd64) teamcity@build.syncthing.net 2020-12-06 12:46:27 UTC # This trims it down to just the version number: # 1.12.1 - echo "$(syncthing --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" + echo "$(syncthing --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" } }