Skip to content

Commit

Permalink
sap_install_media_detect: No need for a new file type
Browse files Browse the repository at this point in the history
According to further testing, the new file type sap_export_s4hana_java
is not required. File 51057035 will be detected as type
sap_export_nwas_java, which should be sufficient for correct processing.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Apr 12, 2024
1 parent 6af2fc1 commit fd0296f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/sap_install_media_detect/files/tmp/sapfile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ for _FILE in "$@"; do
/db2setup/{_sap_file_type="ibmdb2"; exit}
/db6_update_client.sh/{_sap_file_type="ibmdb2_client"; exit}
/db2aese_c.lic/{_sap_file_type="ibmdb2_license"; exit}
/DATA_UNITS\/S4_JAVA/{_sap_file_type="sap_export_s4hana_java"; exit}
/DATA_UNITS\/JAVA_EXPORT_JDMP/{_sap_file_type="sap_export_nwas_java"; exit}
/DATA_UNITS\/EXPORT/{_sap_file_type="sap_export_ecc"; exit}
/DATA_UNITS\/EXP[0-9]/{_sap_file_type="sap_export_nwas_abap"; exit}
Expand Down

0 comments on commit fd0296f

Please sign in to comment.