From c2790e2de4308508a38003d3470d83523c6979d1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 30 Oct 2025 15:02:16 -0700 Subject: [PATCH] Fix error "File contains no section headers." when creating test config. --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 57f312d..3b71c2f 100755 --- a/setup.sh +++ b/setup.sh @@ -140,6 +140,7 @@ if [[ -n "$create_general" && ! -f "$general_config" ]]; then function print_general_contents { cat <<- EOF ; TEST DATA + [global] enable=true user=test user_desc=Test @@ -154,6 +155,7 @@ if [[ -n "$create_workstation" && ! -f "$workstation_config" ]]; then function print_workstation_contents { cat <<- EOF ; TEST DATA + [global] enable=true coding=true editing=false @@ -168,6 +170,7 @@ if [[ -n "$create_server" && ! -f "$server_config" ]]; then function print_server_contents { cat <<- EOF ; TEST DATA + [global] enable=true ; TEST DATA EOF