summaryrefslogtreecommitdiff
path: root/adduser.local
diff options
context:
space:
mode:
Diffstat (limited to 'adduser.local')
-rwxr-xr-xadduser.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser.local b/adduser.local
index 1c35450..340592e 100755
--- a/adduser.local
+++ b/adduser.local
@@ -173,7 +173,7 @@ if [ -z "$profile_aux" ] && [ -z "$profile_web" ] && [ -n "$VERBOSE" ] && [ "$VE
esac
fi
-if [ -n "$profile_aux" ] && [ -d /var/www ]; then
+if [ -n "$profile_web" ] && [ -d /var/www ]; then
webroot="$NEWHOMEDIR/public_websites"
cgiroot="$NEWHOMEDIR/public_cgi"
dataroot="$NEWHOMEDIR/private_webdata"