2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Remove trailing spaces in file xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install_pessl4100

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent a6dcdf2b8f
commit 8cc8b1c070

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/sh
#
#
# Sample script to accept licenses and install ESSL and PESSL packages
# For AIX:
# TBD
@@ -22,7 +22,7 @@
#if [ $OS != "AIX" ]; then
# if [ $NODESETSTATE == "install" ] || [ $NODESETSTATE == "boot" ]; then
# # Being run from a stateful install postscript
# # Copy rpms directly from the xCAT management node and install
# # Copy rpms directly from the xCAT management node and install
# mkdir -p /tmp/essl
# rm -f -R /tmp/essl/*
# cd /tmp/essl
@@ -64,6 +64,6 @@
# #fi
# rm -rf $installroot/$tmpdir
# fi
#fi
#fi
#
#