From c9a170ad3bbdd0f8d79f2953056c632074b09cc8 Mon Sep 17 00:00:00 2001 From: tke Date: Wed, 10 Jan 2024 11:39:35 +0100 Subject: [PATCH] Removed fwupd from Proxy config script since it's using bash environment --- systemscripts/proxy/update_service_proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemscripts/proxy/update_service_proxy.sh b/systemscripts/proxy/update_service_proxy.sh index 2a8d4df..6013716 100755 --- a/systemscripts/proxy/update_service_proxy.sh +++ b/systemscripts/proxy/update_service_proxy.sh @@ -1,6 +1,6 @@ #!/bin/bash -services=(docker fwupd snapd) +services=(docker snapd) function restart_services(){ echo "Reloading Systemd - Configfiles"