Update fix_ssl_directive_in_templates.sh

This commit is contained in:
myvesta 2020-06-12 17:55:03 +02:00 committed by GitHub
parent 023234299f
commit 06fab59f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,8 @@ if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
source /etc/profile
PATH=$PATH:/usr/local/vesta/bin && export PATH
echo "=== Rebuilding web config files (this can take a while)"
for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
if [ ! -f "/usr/local/vesta/data/users/$user/user.conf" ]; then