Don't explode if you already have the context
This commit is contained in:
parent
8909a46d8c
commit
db766f4aec
3
abra
3
abra
@ -737,7 +737,8 @@ sub_server_add() {
|
||||
fi
|
||||
|
||||
docker context create "$HOST" \
|
||||
--docker "host=ssh://$USERNAME$HOST$PORT"
|
||||
--docker "host=ssh://$USERNAME$HOST$PORT" \
|
||||
|| true
|
||||
|
||||
mkdir -p "$ABRA_DIR/$HOST"
|
||||
}
|
||||
|
Reference in New Issue
Block a user