From 2e2438b04544bd8fa0e5ef79f914dab781677d92 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 16 Nov 2025 18:35:48 +0100 Subject: [PATCH] Remove copy logging shell scripts (deprecated) --- installers/common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 12df56ff..c8e41ff6 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -325,9 +325,6 @@ function _create_hostapd_scripts() { _install_log "Creating hostapd logging & control scripts" sudo mkdir $raspap_dir/hostapd || _install_status 1 "Unable to create directory '$raspap_dir/hostapd'" - # Copy logging shell scripts - sudo cp "$webroot_dir/installers/"enablelog.sh "$raspap_dir/hostapd" || _install_status 1 "Unable to move logging scripts" - sudo cp "$webroot_dir/installers/"disablelog.sh "$raspap_dir/hostapd" || _install_status 1 "Unable to move logging scripts" # Copy service control shell scripts sudo cp "$webroot_dir/installers/"servicestart.sh "$raspap_dir/hostapd" || _install_status 1 "Unable to move service control scripts" # Change ownership and permissions of hostapd control scripts