We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21cea1 commit 13847a1Copy full SHA for 13847a1
1 file changed
bin/v-rebuild-web-domains
@@ -66,7 +66,7 @@ for domain in $(shell_list) ; do
66
ln -f -s /var/log/httpd/domains/$domain.error.log \
67
$HOMEDIR/$user/web/$domain/logs/$domain.error.log
68
69
- if [ -e "$WEBTPL/skel/document_errors/" ]; then
+ if [ ! -e "$WEBTPL/skel/document_errors/" ]; then
70
cp -r $WEBTPL/skel/document_errors/ $HOMEDIR/$user/web/$domain/
71
fi
72
0 commit comments