Do not patch lokinet.service

pull/43/head
necro-nemsis 4 years ago
parent 3a7a178766
commit ceb0cadda1

@ -1,7 +1,7 @@
raspap_dir="/etc/raspap" raspap_dir="/etc/raspap"
raspap_user="www-data" raspap_user="www-data"
webroot_dir="/var/www/html" webroot_dir="/var/www/html"
version=$(lsb_release -sc) #``sed 's/\..*//' /etc/debian_version` version=$(lsb_release -sc)
# Determine version, set default home location for lighttpd and # Determine version, set default home location for lighttpd and
# php package to install # php package to install
@ -108,6 +108,7 @@ function common_interfaces() {
fi fi
} }
# This section no longer used but may retain value for patching service
function stop_lokinet(){ function stop_lokinet(){
install_log "stop lokinet and patch hostapd restart to service" install_log "stop lokinet and patch hostapd restart to service"
sudo systemctl stop lokinet.service sudo systemctl stop lokinet.service
@ -442,7 +443,7 @@ function install_raspap() {
update_system_packages update_system_packages
install_dependencies install_dependencies
common_interfaces common_interfaces
stop_lokinet # stop_lokinet
check_for_networkmananger check_for_networkmananger
optimize_php optimize_php
enable_php_lighttpd enable_php_lighttpd

Loading…
Cancel
Save