2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-13 23:00:22 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/netboot/add-on/torque/pbs

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 91e1db1332
commit bc13bb004d

View File

@@ -11,7 +11,7 @@
# let see how we were called
case "$1" in
start)
start)
chkconfig --list pbs_mom 2>&1 | grep :on >/dev/null 2>&1
test "$?" = "0" && /etc/rc.d/init.d/pbs_mom start
chkconfig --list pbs_sched 2>&1 | grep :on >/dev/null 2>&1