first commit
This commit is contained in:
13
bin/updateAllOrga.sh
Executable file
13
bin/updateAllOrga.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
KAZ_ROOT=$(cd "$(dirname $0)/.."; pwd)
|
||||
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
|
||||
setKazVars
|
||||
|
||||
cd "${KAZ_COMP_DIR}"
|
||||
for orga in *-orga
|
||||
do
|
||||
${orga}/orga-gen.sh
|
||||
"${KAZ_ROOT}/bin/container.sh" stop "${orga}"
|
||||
"${KAZ_ROOT}/bin/container.sh" start "${orga}"
|
||||
done
|
Reference in New Issue
Block a user