Skip to content

Commit 2f7d3e0

Browse files
committed
Add missing user var.
1 parent e274922 commit 2f7d3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/manual/migrate_multiphp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
6363
# Check if web domain is suspended
6464
if [ "$SUSPENDED_WEB" = "yes" ]; then
6565
suspended_web="yes"
66-
$BIN/v-unsuspend-web-domain $domain
66+
$BIN/v-unsuspend-web-domain $user $domain
6767
fi
6868
echo "Processing domain: $domain"
6969
web_tpl="default"
@@ -125,7 +125,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
125125
# Suspend domain again, if it was suspended
126126
if [ "$suspended_web" = "yes" ]; then
127127
unset suspended_web
128-
$BIN/v-suspend-web-domain $domain
128+
$BIN/v-suspend-web-domain $user $domain
129129
fi
130130
done
131131

0 commit comments

Comments
 (0)