mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Call optimize_php after create_raspap_dirs. Resolves #441
This commit is contained in:
parent
868ecf7323
commit
edbb996b57
1 changed files with 1 additions and 1 deletions
|
@ -429,9 +429,9 @@ function install_raspap() {
|
|||
config_installation
|
||||
update_system_packages
|
||||
install_dependencies
|
||||
optimize_php
|
||||
enable_php_lighttpd
|
||||
create_raspap_directories
|
||||
optimize_php
|
||||
check_for_old_configs
|
||||
download_latest_files
|
||||
change_file_ownership
|
||||
|
|
Loading…
Reference in a new issue