From 88a57a5349d6febc5b69ad5634331f3f5841f35b Mon Sep 17 00:00:00 2001 From: p0lycarpio Date: Mon, 25 Apr 2022 18:21:09 +0200 Subject: [PATCH] fix: change function order --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index d43e287b..f31821aa 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -43,9 +43,9 @@ function _install_raspap() { _update_system_packages _install_dependencies _enable_php_lighttpd - _check_for_old_configs _create_raspap_directories _optimize_php + _check_for_old_configs _download_latest_files _change_file_ownership _create_hostapd_scripts