Skip to content
Snippets Groups Projects
Commit 21fa7aed authored by sveseli's avatar sveseli
Browse files

change run directory

parent 4c71dab8
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ if [ -z "${DM_ROOT_DIR}" ]; then ...@@ -28,7 +28,7 @@ if [ -z "${DM_ROOT_DIR}" ]; then
DM_ROOT_DIR=$MY_DIR/.. DM_ROOT_DIR=$MY_DIR/..
fi fi
DM_SQL_DIR=$DM_ROOT_DIR/db DM_SQL_DIR=$DM_ROOT_DIR/db
DM_RUN_DIR=$DM_ROOT_DIR/var/run DM_RUN_DIR=$DM_INSTALL_DIR/var/run
DM_ENV_FILE=${DM_ROOT_DIR}/setup.sh DM_ENV_FILE=${DM_ROOT_DIR}/setup.sh
if [ ! -f ${DM_ENV_FILE} ]; then if [ ! -f ${DM_ENV_FILE} ]; then
echo "Environment file ${DM_ENV_FILE} does not exist." echo "Environment file ${DM_ENV_FILE} does not exist."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment