mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00: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