Skip to content

Commit

Permalink
Merge pull request #913 from berndfinger/issue-912-fix-solman-java-ex…
Browse files Browse the repository at this point in the history
…port-detection

sap_install_media_detect: Fix wrong sap_export_solman_java detection
  • Loading branch information
berndfinger authored Dec 11, 2024
2 parents 0686f6c + 63f1e74 commit ce6c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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\/JAVA_EXPORT_JDMP/{_sap_file_type="sap_export_nwas_java"; exit}
/DATA_UNITS\/JAVA_EXPORT_JDMP/{_sap_file_type="sap_export_nwas_java"}
/DATA_UNITS\/EXPORT/{_sap_file_type="sap_export_ecc"; exit}
/DATA_UNITS\/EXP[0-9]/{_sap_file_type="sap_export_nwas_abap"; exit}
/DATA_UNITS\/SOLMAN/&&/_JAVA_UT/{_sap_file_type="sap_export_solman_java"; exit}
Expand Down

0 comments on commit ce6c499

Please sign in to comment.