mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Resolves #1036
This commit is contained in:
parent
921d5a0c5f
commit
0548a05f86
@ -609,7 +609,7 @@ function _optimize_php() {
|
|||||||
if [ "$upgrade" == 0 ]; then
|
if [ "$upgrade" == 0 ]; then
|
||||||
_install_log "Optimize PHP configuration"
|
_install_log "Optimize PHP configuration"
|
||||||
if [ ! -f "$phpcgiconf" ]; then
|
if [ ! -f "$phpcgiconf" ]; then
|
||||||
_install_warning "PHP configuration could not be found."
|
_install_status 1 "PHP configuration could not be found."
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user