We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55d771 commit 6580ebeCopy full SHA for 6580ebe
releases/latest/kernel-slim/helpers/build/internal/utils.sh
@@ -19,7 +19,7 @@ function showLogs() {
19
function installFixes() {
20
if [ ! -f "/logs/fixes.log" ] && ls "/opt/$WLP_TYPE/fixes"/*.jar 1> /dev/null 2>&1; then
21
find /opt/$WLP_TYPE/fixes -type f -name "*.jar" -print0 | sort -z | xargs -0 -n 1 -r -I {} java -jar {} --installLocation $WLP_INSTALL_DIR
22
- echo "installFixes has been run" > /logs/fixes.log
+ echo "installFixes has been run successfully" > /logs/fixes.log
23
fi
24
}
25
0 commit comments