Skip to content

Commit 843817f

Browse files
committed
Update upgrade script
1 parent aead06a commit 843817f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/upgrade/versions/1.4.0.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ if [ ! -f "$HESTIA/conf/defaults/hestia.conf" ]; then
127127
cp -f $HESTIA/conf/hestia.conf $HESTIA/conf/defaults/hestia.conf
128128
fi
129129

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+
130136
# Consolidate nginx (standalone) templates used by active websites
131137
if [ "$WEB_SYSTEM" = "nginx" ]; then
132138
echo "[ * ] Consolidating nginx templates for Drupal & CodeIgniter..."

0 commit comments

Comments
 (0)