From 481c65b75e20b4afaa2ad64a276ef60187cd8a01 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT/postscripts/setroute --- xCAT/postscripts/setroute | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT/postscripts/setroute b/xCAT/postscripts/setroute index c30ec98d7..dc4c16579 100755 --- a/xCAT/postscripts/setroute +++ b/xCAT/postscripts/setroute @@ -3,11 +3,11 @@ #------------------------------------------------------------------------------- #=head1 setroute [add] -# [add] - The operation to manipulate the route entry. It is optional. +# [add] - The operation to manipulate the route entry. It is optional. # The default is 'replace' if ignoring it. -# -#=head2 setrout command replaces/adds the routes to the node according to -# what is specified in the xCAT tables. +# +#=head2 setrout command replaces/adds the routes to the node according to +# what is specified in the xCAT tables. # The route name for the node is defined in noderes.routenames. # The route itself is defined in the routes table. #=cut @@ -36,8 +36,8 @@ do if [ -z "$gw" ]; then echo "Error: Failed to configure route $rn as gateway is not configured." exit_code=1 - continue - fi + continue + fi # remove the suffix /64 from ipv6 net if echo $net | grep "/" 2>&1 1>/dev/null then