changeset 107 | 9bede5625a9c |
parent 103 | f1d48260dbf5 |
106:74f8b85e3c1f | 107:9bede5625a9c |
---|---|
32 -source $ZF_CONF |
32 -source $ZF_CONF |
33 +ZF_CONF=$(dirname $(readlink -f $0))/../zf_conf.sh |
33 +ZF_CONF=$(dirname $(readlink -f $0))/../zf_conf.sh |
34 +. $ZF_CONF |
34 +. $ZF_CONF |
35 |
35 |
36 -$ZEND_PROJECT_PATH/zf.sh database update root L1ttleB1rd >&2 |
36 -$ZEND_PROJECT_PATH/zf.sh database update root L1ttleB1rd >&2 |
37 +$ZEND_PROJECT_PATH/zf.sh database update "${1-root}" "${2-L1ttleB1rd}" >&2 |
37 +$ZEND_PROJECT_PATH/zf.sh database update >&2 |