From 153761352daa15217fc8b0d70c0c4b1e080f6b83 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/sudoer --- xCAT/postscripts/sudoer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/sudoer b/xCAT/postscripts/sudoer index d66b77fb3..03c873965 100755 --- a/xCAT/postscripts/sudoer +++ b/xCAT/postscripts/sudoer @@ -1,8 +1,8 @@ -#!/bin/bash +#!/bin/bash # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html #------------------------------------------------------------------------------ # -# Setup a sudoer named xcat and copy the xCAT public SSH key in its +# Setup a sudoer named xcat and copy the xCAT public SSH key in its # authorized_keys file. Only applies to Linux. # #------------------------------------------------------------------------------