From 7b933264788cbeee59dd1efa1a808619c25179be Mon Sep 17 00:00:00 2001 From: Lawrence Date: Thu, 2 Nov 2017 22:48:15 +0800 Subject: [PATCH] updated stylesheet and installer with left out stuff --- dist/css/custom.css | 5 +++++ installers/common.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/dist/css/custom.css b/dist/css/custom.css index c4994797..17126ae5 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -48,3 +48,8 @@ height:100%; min-height:500px; } + +.logoutput { + width:100%; + height:300px; +} diff --git a/installers/common.sh b/installers/common.sh index 905f9f26..45670e66 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -220,6 +220,8 @@ function patch_system_files() { '/sbin/ip link set wlan0 down' '/sbin/ip link set wlan0 up' '/sbin/ip -s a f label wlan0' + '/etc/raspap/hostapd/enablelog.sh' + '/etc/raspap/hostapd/disablelog.sh' ) # Check if sudoers needs patchin @@ -256,6 +258,7 @@ function install_raspap() { install_dependencies enable_php_lighttpd create_raspap_directories + create_logging_scripts check_for_old_configs download_latest_files change_file_ownership