You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ensure that custom port is not lost (hestiacp#374)
* Ensure AppArmor rules are fixed
* Ensure ClamAV daemon configuration is accessible
* Ensure nginx & MariaDB repos have amd64 arch specification to suppress potential warnings
* Minor syntax cleanup
if [ -f /usr/local/hestia/data/firewall/ports.conf ];then
429
+
rm -f /usr/local/hestia/data/firewall/ports.conf
430
+
fi
431
+
404
432
# Add upgrade notification to admin user's panel
405
433
$BIN/v-add-user-notification admin 'Upgrade complete''Your server has been updated to v0.10.0.<br>Please report any bugs on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
406
434
@@ -421,6 +449,7 @@ if [ ! -z $DNS_SYSTEM ]; then
421
449
$BIN/v-restart-dns $restart
422
450
fi
423
451
452
+
# Restart SSH daemon and Hestia Control Panel service
0 commit comments