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 @@ -32,7 +32,7 @@ function showLogs() {
3232function installFixes() {
3333 if [ ! -f " /logs/fixes.log" ] && ls " /opt/$WLP_TYPE /fixes" /* .jar 1> /dev/null 2>&1 ; then
3434 find /opt/$WLP_TYPE /fixes -type f -name " *.jar" -print0 | sort -z | xargs -0 -n 1 -r -I {} java -jar {} --installLocation $WLP_INSTALL_DIR
35- echo " installFixes has been run" > /logs/fixes.log
35+ echo " installFixes has been run successfully " > /logs/fixes.log
3636 fi
3737}
3838
You can’t perform that action at this time.
0 commit comments