mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update install.sh
This commit is contained in:
parent
fa68eba018
commit
0dd895a710
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user