mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -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
|
@ -19,6 +19,8 @@ if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
PATH=$PATH:/usr/local/vesta/bin && export PATH
|
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
|
for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
|
||||||
if [ ! -f "/usr/local/vesta/data/users/$user/user.conf" ]; then
|
if [ ! -f "/usr/local/vesta/data/users/$user/user.conf" ]; then
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue