mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 01:28:14 -05:00
Avoid error messages when self updating (#300)
This commit is contained in:
parent
a18ee73675
commit
c96ab26053
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user