From 2e32b53158fe4303fde96bac3136da0f8f5e491e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 25 Jan 2021 13:20:46 -0500 Subject: [PATCH] Fix function for appliances --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 1df065e71..12d8fb247 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -736,7 +736,7 @@ check_requirements() { check_sos_appliance() { # Lets see if this is a SOS Appliance - if [ -f "/etc/SOSMODEL"]; then + if [ -f "/etc/SOSMODEL" ]; then local MODEL=$(cat /etc/SOSMODEL) echo "Found SOS Model $MODEL" echo "sosmodel: $MODEL" >> /etc/salt/grains