We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46e145 commit f40f7c9Copy full SHA for f40f7c9
1 file changed
install/upgrade/manual/migrate_apache.sh
@@ -84,8 +84,11 @@ for user in $($BIN/v-list-sys-users plain); do
84
fi
85
done
86
87
-$BIN/v-update-web-templates "no"
+$BIN/v-update-web-templates "yes"
88
89
+# Restarting backend
90
+$BIN/v-restart-web-backend "yes"
91
+check_result $? "Backend restart" >/dev/null 2>&1
92
93
#----------------------------------------------------------#
94
# Hestia #
0 commit comments