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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,6 +297,7 @@ setup_firewall_service # setup firewall
set_system_cronjob # setup crons, must be after csf set_system_cronjob # setup crons, must be after csf
set_logrotate # setup logrotate, ignored on fedora set_logrotate # setup logrotate, ignored on fedora
tweak_ssh # basic ssh tweak_ssh # basic ssh
log_dirs # for almalinux
setup_swap # swap space setup_swap # swap space
clean_apt_and_dnf_cache # clear clean_apt_and_dnf_cache # clear
verify_license # ping our server 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(){ set_email_address_and_email_admin_logins(){
if [ "$SEND_EMAIL_AFTER_INSTALL" = true ]; then if [ "$SEND_EMAIL_AFTER_INSTALL" = true ]; then