Treating unfinished jobs + start_chart
This commit is contained in:
parent
b34716210e
commit
8320cec425
8 changed files with 87 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
USER_HOME=$HOME
|
||||
[[ -n "${SUDO_USER}" ]] && USER_HOME="$(eval "echo ~${SUDO_USER}")"
|
||||
. ${SHRC_D:-$USER_HOME/.pqb.shrc.d}/01_util.functions
|
||||
. ${SHRC_D:-$USER_HOME/.sz.shrc.d}/01_util.functions
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -52,4 +52,4 @@ ${SCRIPT_DIR}/wait-for-idle-queue.sh
|
|||
source "${SCRIPT_DIR}/start-all-charts.$(hostname).sh"
|
||||
|
||||
${SCRIPT_DIR}/wait-for-idle-queue.sh
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue