Fixed updater
This commit is contained in:
parent
3f3208fc9a
commit
d703bc631d
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ elif [ "$1" == "remoteauth" ]; then
|
||||||
fi
|
fi
|
||||||
elif [ "$1" == "selfupdate" ]; then
|
elif [ "$1" == "selfupdate" ]; then
|
||||||
echo "Updating sos-git to \"$0\""
|
echo "Updating sos-git to \"$0\""
|
||||||
$SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" -O "$0"
|
$SOSGIT_CURL "-sSLqq" "$SOSGIT_UPDATEURL" &> "$0"
|
||||||
elif [ "$1" == "list" ]; then
|
elif [ "$1" == "list" ]; then
|
||||||
translateRepo ""
|
translateRepo ""
|
||||||
$SOSGIT_LS -A -h "$SOSGIT_EXITSTRING"
|
$SOSGIT_LS -A -h "$SOSGIT_EXITSTRING"
|
||||||
|
|
Reference in a new issue