Update installer.sh
Added 'L' flag to handle moves.
This commit is contained in:
parent
e2a66e35d3
commit
802c9dd983
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ if [ ! -d "$DATA_SHARE" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Read infos from web
|
# Read infos from web
|
||||||
HASSIO_VERSION=$(curl -s $URL_VERSION | jq -e -r '.supervisor')
|
HASSIO_VERSION=$(curl -sL $URL_VERSION | jq -e -r '.supervisor')
|
||||||
|
|
||||||
##
|
##
|
||||||
# Write configuration
|
# Write configuration
|
||||||
|
|
Loading…
Reference in a new issue