Force Reload From Template

I made a change to the template that some of my sites are using.

Is there a way to force all sites using the template to reload from the new version of the template?

(I know I can go to each site, change the template to something else, and change it back to make it reload. But I’m hoping for a more automated solution that’ll work on all sites at once.)

#!/bin/bash
source /etc/hestiacp/hestia.conf
source $HESTIA/func/main.sh

for user in $($BIN/v-list-users plain | cut -f1 ); do
    v-rebuild-web-domains $user
done
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.