mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-21 19:12:25 +00:00
conditional variable spacing
This commit is contained in:
parent
1185094972
commit
1ef030d338
@ -103,7 +103,7 @@ $STD apt-get install -y --no-install-suggests \
|
|||||||
python3
|
python3
|
||||||
|
|
||||||
# Determine the latest version if needed
|
# Determine the latest version if needed
|
||||||
if [[ $GHOSTFOLIO_VERSION == 'latest']]; then
|
if [[ "$GHOSTFOLIO_VERSION" == "latest" ]]; then
|
||||||
$STD version=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/ghostfolio/ghostfolio/releases/latest)
|
$STD version=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/ghostfolio/ghostfolio/releases/latest)
|
||||||
$STD GHOSTFOLIO_VERSION=${version##*/}
|
$STD GHOSTFOLIO_VERSION=${version##*/}
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user