Error in Applet Launcher in WebCenter Content Bundle Patch 12.2.1.4.211019
FYI.
Believe this patch introduced an error in the file <Oracle_Home>/wccontent/ucm/idc/native/Launcher.sh
Trying to run applets, eg SystemProperties, from <wcc-domain>/ucm/cs/bin gave the error
./SystemProperties: line 296: <domain>/ucm/cs/shared/os/linux/bin/Launcher: No such file or directory
Diffed the older and newer version of Launcher.sh and found the change was in line 49 and 50.
Reverted from
/^[^#][^"]+\\=[^"`\$]+$/... /^[^#][^"]+\\="[^"`\$]+"$/...
to
/^[^#][^"]+\=[^"`\$]+$/... /^[^#][^"]+\="[^"`\$]+"$/...
to be able to run the applets again.