Fix whitespaces

This commit is contained in:
BuildTools 2015-10-31 14:28:13 +01:00
parent 5b32c6012b
commit 6af269153d

View File

@ -205,14 +205,14 @@ if [ "$INSTALL" != "VS" ]; then
OTHER_PANEL="Confixx"
elif [ -d /var/www/froxlor ]; then
OTHER_PANEL="Froxlor"
elif [ -d /etc/imscp ]; then
OTHER_PANEL="i-MSCP"
elif [ -d /usr/local/ispconfig ]; then
OTHER_PANEL="ISPConfig"
elif [ -d /var/cpanel ]; then
OTHER_PANEL="cPanel"
elif [ -d /usr/local/directadmin ]; then
OTHER_PANEL="DirectAdmin"
elif [ -d /etc/imscp ]; then
OTHER_PANEL="i-MSCP"
elif [ -d /usr/local/ispconfig ]; then
OTHER_PANEL="ISPConfig"
elif [ -d /var/cpanel ]; then
OTHER_PANEL="cPanel"
elif [ -d /usr/local/directadmin ]; then
OTHER_PANEL="DirectAdmin"
fi
fi