Skip to content

Commit

Permalink
Reference eoxserver script with absolute path
Browse files Browse the repository at this point in the history
In VS, the working dir is different, so relative paths are not possible
  • Loading branch information
totycro committed May 16, 2023
1 parent 8862d49 commit e301fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -d "${INSTANCE_DIR}" ]; then
done
fi

./eoxserver/scripts/eoxserver-instance.py "${INSTANCE_NAME}" "${INSTANCE_DIR}"
/opt/eoxserver/eoxserver/scripts/eoxserver-instance.py "${INSTANCE_NAME}" "${INSTANCE_DIR}"
cd "${INSTANCE_DIR}"

# create the database schema
Expand Down

0 comments on commit e301fb1

Please sign in to comment.