mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Avoid error messages when self updating (#300)
This commit is contained in:
@ -100,8 +100,7 @@ then
|
||||
$SCRIPTS_DIR/run.sh stop $OUTPUT $COREVERSION $WEBVERSION
|
||||
elif [ "$1" == "updateself" ]
|
||||
then
|
||||
downloadSelf
|
||||
echo "Updated self."
|
||||
downloadSelf && echo "Updated self." && exit
|
||||
else
|
||||
echo "No command found."
|
||||
fi
|
||||
|
Reference in New Issue
Block a user