Skip to content

Commit 77a3bcc

Browse files
committed
Update utils.sh
1 parent 5082e5b commit 77a3bcc

File tree

1 file changed

+1
-1
lines changed
  • releases/latest/kernel-slim/helpers/build/internal

1 file changed

+1
-1
lines changed

releases/latest/kernel-slim/helpers/build/internal/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function showLogs() {
1919
function installFixes() {
2020
if [ ! -f "/logs/fixes.log" ] && ls "/opt/$WLP_TYPE/fixes"/*.jar 1> /dev/null 2>&1; then
2121
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
22+
echo "installFixes has been run successfully" > /logs/fixes.log
2323
fi
2424
}
2525

0 commit comments

Comments
 (0)