Skip to content
Snippets Groups Projects
Commit 2ca6c8e1 authored by Bob Mottram's avatar Bob Mottram
Browse files

Directory

parent 5b6fe63d
No related branches found
No related tags found
No related merge requests found
......@@ -1237,7 +1237,7 @@ function install_web_admin_webmail {
mv "$INSTALL_DIR/squirrelmail.stable/squirrelmail" "/var/www/${local_hostname}/htdocs/mail"
fi
fi
if [ ! -f "/var/www/${local_hostname}/htdocs/mail" ]; then
if [ ! -d "/var/www/${local_hostname}/htdocs/mail" ]; then
return
fi
if [ ! -d /var/local/squirrelmail/data ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment