From a1737f78af972cf22b7462bd6a83af7792f28dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Tue, 10 Mar 2026 10:20:30 +0100 Subject: [PATCH] Client Software install moved to source dir --- system_setup/sync_client_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_setup/sync_client_software.sh b/system_setup/sync_client_software.sh index d2fa91c..29fc197 100755 --- a/system_setup/sync_client_software.sh +++ b/system_setup/sync_client_software.sh @@ -71,5 +71,5 @@ if [ -f "${CLIENT_SOFTWARE_DST}/install.sh" ]; then fi echo "Sucessfully synced." if [ $1 == "install" ]; then - ${CLIENT_SOFTWARE_DST}/install.sh + ${CLIENT_SOFTWARE_DST}/source/install.sh fi