浏览代码

clarify docs

cobbzilla/introduce_packer
Jonathan Cobb 4 年前
父节点
当前提交
e11c12e01a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      bin/bpatch

+ 4
- 4
bin/bpatch 查看文件

@@ -5,11 +5,11 @@
#
# Usage:
#
# bpatch hostname
# bpatch [user@]hostname [norestart]
#
# hostname : the hostname of the bubble node to update
# Usually you will have an entry in ~/.ssh/config to set the username and ssh key
# norestart : If present, do not restart the API server after updating the jar file
# [user@]hostname : the hostname of the bubble node to update. Optionally, also specify a username.
# Usually you will have an entry in ~/.ssh/config to set the username and ssh key
# norestart : If present, do not restart the API server after updating the jar file
#
# Patch the bubble.jar on a remote node.
# This script only works if the only classes that have changed are in the bubble-server codebase.


正在加载...
取消
保存