mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
fix installer
This commit is contained in:
parent
8357fcb5e4
commit
c43d2ea7ab
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ function _install_raspap() {
|
|||
_configure_networking
|
||||
_prompt_install_adblock
|
||||
_prompt_install_openvpn
|
||||
_prompt_install_restapi
|
||||
_prompt_itall_restapi
|
||||
_install_extra_features
|
||||
_prompt_install_wireguard
|
||||
_prompt_install_vpn_providers
|
||||
|
@ -513,7 +513,7 @@ function _prompt_install_restapi() {
|
|||
_install_status 0 "(Skipped)"
|
||||
else
|
||||
_install_restapi
|
||||
elif [ "$restapi_option" == 1 ]; then
|
||||
elif [ "$restapi_option" == 1 ]; then
|
||||
_install_restapi
|
||||
else
|
||||
echo "(Skipped)"
|
||||
|
|
Loading…
Reference in a new issue