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"