mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 10:08: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
|
$SCRIPTS_DIR/run.sh stop $OUTPUT $COREVERSION $WEBVERSION
|
||||||
elif [ "$1" == "updateself" ]
|
elif [ "$1" == "updateself" ]
|
||||||
then
|
then
|
||||||
downloadSelf
|
downloadSelf && echo "Updated self." && exit
|
||||||
echo "Updated self."
|
|
||||||
else
|
else
|
||||||
echo "No command found."
|
echo "No command found."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user