Browse Source

improve comments

cobbzilla/introduce_packer
Jonathan Cobb 4 years ago
parent
commit
a20cddeb42
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      bin/bpatchfull

+ 4
- 4
bin/bpatchfull View File

@@ -5,11 +5,11 @@
#
# Usage:
#
# bpatchfull hostname [norestart]
# bpatchfull [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 updates the entire jar file, and takes a lot longer than bpatch


Loading…
Cancel
Save