1
0
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:
Mart124 2018-05-31 20:35:54 +02:00 committed by Kyle Spearrin
parent a18ee73675
commit c96ab26053

View File

@ -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