mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Remove trailing spaces in file xCATsn/debian/postinst
This commit is contained in:
parent
8a60644bb4
commit
3bda36a1e9
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user