Update install.sh

This commit is contained in:
Stefan Pejcic
2025-02-10 14:59:01 +01:00
committed by GitHub
parent fa68eba018
commit 0dd895a710

View File

@@ -297,6 +297,7 @@ setup_firewall_service # setup firewall
set_system_cronjob # setup crons, must be after csf
set_logrotate # setup logrotate, ignored on fedora
tweak_ssh # basic ssh
log_dirs # for almalinux
setup_swap # swap space
clean_apt_and_dnf_cache # clear
verify_license # ping our server
@@ -1270,6 +1271,11 @@ set_premium_features(){
}
log_dirs() {
chmod -R 755 $OPENPANEL_ERR_DIR
}
set_email_address_and_email_admin_logins(){
if [ "$SEND_EMAIL_AFTER_INSTALL" = true ]; then