X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rclone%2Finstall.sh;h=c116b8cc1980d459d1ee65369054d3a9d837a712;hb=46445e9382905a52e770d44191235be179616049;hp=d00f4044e027e25755dc88903d2f122701859b28;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/rclone/install.sh b/rclone/install.sh index d00f404..c116b8c 100644 --- a/rclone/install.sh +++ b/rclone/install.sh @@ -36,7 +36,7 @@ function __init_rclone() { # - go version: go1.15.7 # This trims it down to just the version number: # 1.54.0 - echo "$(rclone --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" + echo "$(rclone --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" } }