Home | History | Annotate | Download | only in utils

Lines Matching refs:BASE_DIR

58 BASE_DIR=`grep ^BASE_DIR= $INIT_SCR`
60 if (test "$BASE_DIR" == "")
62 echo "Error: BASE_DIR not defined in $INIT_SCR"
67 eval $BASE_DIR
76 if (test -x $BASE_DIR/site_utils/site_sync_code)
79 su $BECOME_USER -c $BASE_DIR/site_utils/site_sync_code || exit 1
87 ( cd $BASE_DIR/frontend &&
97 ( cd $BASE_DIR/tko &&
105 ( cd $BASE_DIR/site_db &&
116 ( cd $BASE_DIR/frontend &&
124 ( cd $BASE_DIR &&
125 su $BECOME_USER -c "$BASE_DIR/utils/compile_gwt_clients.py -a" || fatal
131 ( cd $BASE_DIR/frontend/client &&
137 if (test -x $BASE_DIR/site_utils/site_install_cli)
140 su $BECOME_USER -c $BASE_DIR/site_utils/site_install_cli || fatal
150 if (test -x $BASE_DIR/site_utils/site_restart_apache)
153 su $BECOME_USER -c $BASE_DIR/site_utils/site_restart_apache || fatal
158 if (test -x $BASE_DIR/site_utils/site_restart_final)
161 su $BECOME_USER -c $BASE_DIR/site_utils/site_restart_final || fatal