Skip to content

Commit 35292b7

Browse files
committed
Update install message
1 parent 939cea5 commit 35292b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ga/latest/kernel/helpers/build/features.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ find /opt/ibm/wlp/lib /opt/ibm/wlp/bin ! -perm -g=rw -print0 | xargs -0 -r chmod
4848
# Note: This step should only be done ONCE needed features are enabled and installed.
4949
installFixes
5050

51-
echo "features.sh script has been run" > /logs/features.log
51+
echo "features.sh script has been run successfully" > /logs/features.log

ga/latest/kernel/helpers/build/internal/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function showLogs() {
3434
function installFixes() {
3535
if [ ! -f "/logs/fixes.log" ] && ls "/opt/$WLP_TYPE/fixes"/*.jar 1> /dev/null 2>&1; then
3636
find /opt/$WLP_TYPE/fixes -type f -name "*.jar" -print0 | sort -z | xargs -0 -n 1 -r -I {} java -jar {} --installLocation $WLP_INSTALL_DIR
37-
echo "installFixes has been run" > /logs/fixes.log
37+
echo "installFixes has been run successfully" > /logs/fixes.log
3838
fi
3939
}
4040

0 commit comments

Comments
 (0)