diff --git a/sos-git.sh b/sos-git.sh index 8e5d30b..3bcee42 100755 --- a/sos-git.sh +++ b/sos-git.sh @@ -492,7 +492,7 @@ elif [ "$1" == "remoteauth" ]; then fi elif [ "$1" == "selfupdate" ]; then echo "Updating sos-git to \"$0\"" - $SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" -O "$0" + $SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" &> "$0" elif [ "$1" == "list" ]; then translateRepo "" $SOSGIT_LS -A -h "$SOSGIT_EXITSTRING"