2
0
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:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 91c11adfc3
commit ae0d4ff55c

View File

@ -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