We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead06a commit 843817fCopy full SHA for 843817f
install/upgrade/versions/1.4.0.sh
@@ -127,6 +127,12 @@ if [ ! -f "$HESTIA/conf/defaults/hestia.conf" ]; then
127
cp -f $HESTIA/conf/hestia.conf $HESTIA/conf/defaults/hestia.conf
128
fi
129
130
+if [ -f "/usr/lib/networkd-dispatcher/routable.d/50-ifup-hooks" ]; then
131
+ echo "[ * ] Fix potenial issue with multiple network adapters and netplan..."
132
+ rm "/usr/lib/networkd-dispatcher/routable.d/50-ifup-hooks"
133
+ $BIN/v-update-firewall
134
+fi
135
+
136
# Consolidate nginx (standalone) templates used by active websites
137
if [ "$WEB_SYSTEM" = "nginx" ]; then
138
echo "[ * ] Consolidating nginx templates for Drupal & CodeIgniter..."
0 commit comments