File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- jar -cvf KNOX-1.2.jar *
3+ jar -cvf KNOX-1.2.0. jar *
Original file line number Diff line number Diff line change 221221 "requiredRoleState": "stopped",
222222 "commandRunner": {
223223 "program": "scripts/bootstrap_config.sh",
224- "args": ["${conf_dir}"]
224+ "args": ["${conf_dir}", "${data_dir}" ]
225225 }
226226 },
227227 {
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33GATEWAY_CONF_HOME=" $1 "
4+ GATEWAY_DATA_HOME=" $2 "
45
56echo " cp -R $KNOX_HOME /conf.org/* $GATEWAY_CONF_HOME /"
6- cp -R " $KNOX_HOME /conf.org/" * " $GATEWAY_CONF_HOME /"
7+ cp -R " $KNOX_HOME /conf.org/" * " $GATEWAY_CONF_HOME /"
8+
9+ echo " cp -R $KNOX_HOME /data/* $GATEWAY_DATA_HOME /"
10+ cp -R " $KNOX_HOME /data/" * " $GATEWAY_DATA_HOME /"
You can’t perform that action at this time.
0 commit comments