From 0042f14ab3a25d1bab6e727112b5eb691915cecb Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Wed, 8 Jan 2025 10:16:11 -0500 Subject: [PATCH] fix: formatting issue --- plugin/plugins/dynamix.unraid.net.plg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/plugins/dynamix.unraid.net.plg b/plugin/plugins/dynamix.unraid.net.plg index 623552a46..363967484 100755 --- a/plugin/plugins/dynamix.unraid.net.plg +++ b/plugin/plugins/dynamix.unraid.net.plg @@ -845,7 +845,8 @@ echo "Extracting and installing the Unraid API" flash="/boot/config/plugins/dynamix.my.servers" [[ ! -d "${flash}" ]] && echo "Please reinstall the Unraid Connect plugin" && exit 1 -[[ ! -f "${flash}/env" ]] && echo 'env=production' >"${flash}/env" env=production +[[ ! -f "${flash}/env" ]] && echo 'env=production' >"${flash}/env" +env=production # shellcheck disable=SC1091 source "${flash}/env" # Install the API to /usr/local/unraid-api