From eff3b7f782f54e97afa6084ae65bd016a34df5eb Mon Sep 17 00:00:00 2001 From: Tearran Date: Tue, 24 Sep 2024 22:38:21 -0500 Subject: [PATCH] fix newline --- tests/M00.conf | 2 +- tests/M01.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/M00.conf b/tests/M00.conf index 0a67f5e3..40b77b64 100644 --- a/tests/M00.conf +++ b/tests/M00.conf @@ -1,3 +1,3 @@ ENABLED=true PREINSTALL="bash bin/armbian-configng --cmd M01" -CONDITION="[ ! dpkg -l | grep cockpit ]" \ No newline at end of file +CONDITION="[ ! dpkg -l | grep cockpit ]" diff --git a/tests/M01.conf b/tests/M01.conf index 77d82846..91350244 100644 --- a/tests/M01.conf +++ b/tests/M01.conf @@ -1,3 +1,3 @@ ENABLED=true PREINSTALL="bash bin/armbian-configng --cmd M00" -CONDITION="[ dpkg -l | grep cockpit ]" \ No newline at end of file +CONDITION="[ dpkg -l | grep cockpit ]"