mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 04:26:23 -07:00
Update fix_ssl_directive_in_templates.sh
This commit is contained in:
parent
023234299f
commit
06fab59f0b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue