From a9b14f079c2a67e91c456df3fbe04bb6e2f3a470 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Jan 2024 16:19:15 -0700 Subject: [PATCH] Add shebang to set_get_system.sh --- lib/armbian-configng/set_get_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/armbian-configng/set_get_system.sh b/lib/armbian-configng/set_get_system.sh index 45792ce97..4dd95d11c 100644 --- a/lib/armbian-configng/set_get_system.sh +++ b/lib/armbian-configng/set_get_system.sh @@ -1,4 +1,4 @@ - +#!/bin/bash function set_config() { CONFIG_FILE="/etc/armbian/configng.sh"