mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
updated stylesheet and installer with left out stuff
This commit is contained in:
parent
f61cc31b20
commit
7b93326478
5
dist/css/custom.css
vendored
5
dist/css/custom.css
vendored
@ -48,3 +48,8 @@
|
|||||||
height:100%;
|
height:100%;
|
||||||
min-height:500px;
|
min-height:500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logoutput {
|
||||||
|
width:100%;
|
||||||
|
height:300px;
|
||||||
|
}
|
||||||
|
@ -220,6 +220,8 @@ function patch_system_files() {
|
|||||||
'/sbin/ip link set wlan0 down'
|
'/sbin/ip link set wlan0 down'
|
||||||
'/sbin/ip link set wlan0 up'
|
'/sbin/ip link set wlan0 up'
|
||||||
'/sbin/ip -s a f label wlan0'
|
'/sbin/ip -s a f label wlan0'
|
||||||
|
'/etc/raspap/hostapd/enablelog.sh'
|
||||||
|
'/etc/raspap/hostapd/disablelog.sh'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check if sudoers needs patchin
|
# Check if sudoers needs patchin
|
||||||
@ -256,6 +258,7 @@ function install_raspap() {
|
|||||||
install_dependencies
|
install_dependencies
|
||||||
enable_php_lighttpd
|
enable_php_lighttpd
|
||||||
create_raspap_directories
|
create_raspap_directories
|
||||||
|
create_logging_scripts
|
||||||
check_for_old_configs
|
check_for_old_configs
|
||||||
download_latest_files
|
download_latest_files
|
||||||
change_file_ownership
|
change_file_ownership
|
||||||
|
Loading…
Reference in New Issue
Block a user