first commit
This commit is contained in:
12
dockers/paheko/paheko-gen.sh
Executable file
12
dockers/paheko/paheko-gen.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
KAZ_ROOT=$(cd "$(dirname $0)/../.."; pwd)
|
||||
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
|
||||
setKazVars
|
||||
|
||||
TMPL=config/config.local.tmpl.php
|
||||
CONF=config/config.local.php
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
"${APPLY_TMPL}" "${TMPL}" "${CONF}"
|
Reference in New Issue
Block a user