mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-11 07:40:11 +00:00
Remove trailing spaces in file xCAT-genesis-builder/dhclient-script
This commit is contained in:
@ -45,7 +45,7 @@ elif [ $reason = "BOUND6" ]; then
|
||||
if [ ! -z "$old_ip6_address" ]; then
|
||||
ip addr del dev $interface $old_ip6_address/$old_ip6_prefixlen
|
||||
fi
|
||||
if [ ! -z "$new_ip6_address" ]; then
|
||||
if [ ! -z "$new_ip6_address" ]; then
|
||||
ip addr add dev $interface $new_ip6_address/$new_ip6_prefixlen
|
||||
fi
|
||||
elif [ $reason = "RELEASE" ]; then
|
||||
|
Reference in New Issue
Block a user