mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #2215 from immarvin/onshebang
change the shebang of xcatpostinit1 to bash
This commit is contained in:
commit
d6df52bbd5
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||||
# This script is deprecated, please use xcatpostinit1.install instead
|
||||
# chkconfig: 345 84 59
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||||
# chkconfig: 345 84 59
|
||||
# description: the hook for systemd service unit to run PB and report node status on diskful node
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||||
# chkconfig: 345 84 59
|
||||
# description: the hook in systemd service unit to run PB or report node status on diskless & statelite node
|
||||
|
Loading…
x
Reference in New Issue
Block a user