fix: formatting issue

This commit is contained in:
Eli Bosley
2025-01-08 10:16:11 -05:00
parent 3e8c101edd
commit 0042f14ab3

View File

@@ -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