mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Update v-backup-user
This commit is contained in:
parent
2f3bcfe5ec
commit
f36d20641e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
|
|||
fpm_path="$fpm_ver/fpm/pool.d/$domain.conf"
|
||||
if [[ $TPL == *"-ioncube" ]]; then
|
||||
fpm_folder="$fpm_ver/fpm/pool.d-ioncube"
|
||||
fpm_path = "$fpm_ver/fpm/pool.d-ioncube/$domain.conf"
|
||||
fpm_path="$fpm_ver/fpm/pool.d-ioncube/$domain.conf"
|
||||
fi
|
||||
fpm_original_path="/etc/php/$fpm_path"
|
||||
fpm_dest_path="$tmpdir/web/$domain/php/$fpm_path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue