We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e274922 commit 2f7d3e0Copy full SHA for 2f7d3e0
install/upgrade/manual/migrate_multiphp.sh
@@ -63,7 +63,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
63
# Check if web domain is suspended
64
if [ "$SUSPENDED_WEB" = "yes" ]; then
65
suspended_web="yes"
66
- $BIN/v-unsuspend-web-domain $domain
+ $BIN/v-unsuspend-web-domain $user $domain
67
fi
68
echo "Processing domain: $domain"
69
web_tpl="default"
@@ -125,7 +125,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
125
# Suspend domain again, if it was suspended
126
if [ "$suspended_web" = "yes" ]; then
127
unset suspended_web
128
- $BIN/v-suspend-web-domain $domain
+ $BIN/v-suspend-web-domain $user $domain
129
130
done
131
0 commit comments