mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-05 17:58:14 +00:00
Fix incorrect interpreter
The incorrect interpreter was indicated
This commit is contained in:
@@ -695,7 +695,7 @@ if [ -e /tmp/xcchostnic ]; then
|
||||
# Wrap in a network namespace to avoid external meddling
|
||||
ip netns add mgt
|
||||
ip link set dev $INTERFACE netns mgt
|
||||
ip netns exec mgt bash /usr/sbin/enableipmiusingredfish.py
|
||||
ip netns exec mgt python /usr/sbin/enableipmiusingredfish.py
|
||||
ip netns exec mgt ip link set dev $INTERFACE netns 1
|
||||
/usr/sbin/setupimmnic
|
||||
fi
|
||||
|
Reference in New Issue
Block a user