mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
Update fix_ssl_directive_in_templates.sh
This commit is contained in:
parent
023234299f
commit
06fab59f0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user