From 3bda36a1e9600d55f7554ea38e620cec47f95d3c 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 xCATsn/debian/postinst --- xCATsn/debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCATsn/debian/postinst b/xCATsn/debian/postinst index 0c63fba66..08f9629fa 100644 --- a/xCATsn/debian/postinst +++ b/xCATsn/debian/postinst @@ -50,7 +50,7 @@ case "$1" in then rm -rf /etc/apache2/conf-enabled/xcat.conf ln -s /etc/apache2/conf-available/xcat.conf.apach24 /etc/apache2/conf-enabled/xcat.conf - fi + fi apachedaemon='apache2' @@ -58,7 +58,7 @@ case "$1" in if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image XCATROOT=/opt/xcat /etc/init.d/xcatd start - /etc/init.d/$apachedaemon reload + /etc/init.d/$apachedaemon reload fi echo "xCATsn is now installed"