File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ga/latest/kernel/helpers/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4949installFixes
5050
51- echo " features.sh script has been run" > /logs/features.log
51+ echo " features.sh script has been run successfully " > /logs/features.log
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function showLogs() {
3434function 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
You can’t perform that action at this time.
0 commit comments