We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c496fd commit 021bde8Copy full SHA for 021bde8
1 file changed
bin/v-change-web-domain-dirlist
@@ -51,15 +51,15 @@ if [ "$mode" = "on" ]; then
51
# Enable directory listing for SSL-enforced domains
52
sed -i "s/-Index/+Index/g" $HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.ssl.conf
53
fi
54
- echo "INFO: Enabled directory browsing for $domain."
+ echo "Enabled directory browsing for $domain."
55
else
56
# Disable directory listing
57
sed -i "s/+Index/-Index/g" $HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.conf
58
if [ -e "$ssl_dir/$domain.ca" ]; then
59
60
sed -i "s/+Index/-Index/g" $HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.ssl.conf
61
62
- echo "INFO: Disabled directory browsing for $domain."
+ echo "Disabled directory browsing for $domain."
63
64
65
0 commit comments