diff --git a/upd/fix_ssl_directive_in_templates.sh b/upd/fix_ssl_directive_in_templates.sh index a4c99efb..9c61f120 100644 --- a/upd/fix_ssl_directive_in_templates.sh +++ b/upd/fix_ssl_directive_in_templates.sh @@ -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