mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix: formatting issue
This commit is contained in:
@@ -845,7 +845,8 @@ echo "Extracting and installing the Unraid API"
|
|||||||
|
|
||||||
flash="/boot/config/plugins/dynamix.my.servers"
|
flash="/boot/config/plugins/dynamix.my.servers"
|
||||||
[[ ! -d "${flash}" ]] && echo "Please reinstall the Unraid Connect plugin" && exit 1
|
[[ ! -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
|
# shellcheck disable=SC1091
|
||||||
source "${flash}/env"
|
source "${flash}/env"
|
||||||
# Install the API to /usr/local/unraid-api
|
# Install the API to /usr/local/unraid-api
|
||||||
|
|||||||
Reference in New Issue
Block a user