diff --git a/scripts/install.d/30_eoxs_rpm.sh b/scripts/install.d/30_eoxs_rpm.sh index aa12659..02022f2 100644 --- a/scripts/install.d/30_eoxs_rpm.sh +++ b/scripts/install.d/30_eoxs_rpm.sh @@ -57,7 +57,7 @@ then #URL="`get_release_url`" #fixed version download - URL="https://github.com/DREAM-ODA-OS/eoxserver/releases/download/release-0.4-dream-0.4.0/EOxServer_dream-0.4dev7-1.x86_64.rpm" + URL="https://github.com/DREAM-ODA-OS/eoxserver/releases/download/release-0.4-dream-0.4.1/EOxServer_dream-0.4dev8-1.x86_64.rpm" info "Downloading from: $URL" diff --git a/scripts/install.d/50_eoxs_instance.sh b/scripts/install.d/50_eoxs_instance.sh index a92a0dd..bbea1a9 100644 --- a/scripts/install.d/50_eoxs_instance.sh +++ b/scripts/install.d/50_eoxs_instance.sh @@ -231,7 +231,7 @@ maxsize = $EOXSMAXSIZE path_beam=$ODAOS_BEAM_HOME beam_options=-c 256M . -/^[ ]*source_to_native_format_map[ ]*=/s#\(^[ ]*source_to_native_format_map[ ]*=\).*#\1application/x-esa-envisat,application/x-netcdf# +/^[ ]*source_to_native_format_map[ ]*=/s#\(^[ ]*source_to_native_format_map[ ]*=\).*#\1application/x-esa-envisat,application/x-esa-envisat# /^[ ]*paging_count_default[ ]*=/s/\(^[ ]*paging_count_default[ ]*=\).*/\1${EOXSMAXPAGE}/ wq