X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=serviceman%2Finstall.sh;h=ae14c59ed0418d5a418149ef6020ddd79b9881a4;hb=46445e9382905a52e770d44191235be179616049;hp=3602521aac8b9fcdf4a4f77b5d1571e3ab067641;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/serviceman/install.sh b/serviceman/install.sh index 3602521..ae14c59 100644 --- a/serviceman/install.sh +++ b/serviceman/install.sh @@ -34,7 +34,7 @@ function __init_serviceman() { # serviceman v0.8.0 (f3ab547) 2020-12-02T16:19:10-07:00 # This trims it down to just the version number: # 0.8.0 - echo "$(serviceman --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" + echo "$(serviceman --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" } }