Update Helipad version (#2984)

v0.1.9 just released
This commit is contained in:
Spencer
2022-05-17 15:25:36 -05:00
committed by GitHub
parent 78a0ae00a0
commit 22ae4101fb

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#https://github.com/Podcastindex-org/helipad
HELIPAD_VERSION="v0.1.8"
HELIPAD_VERSION="v0.1.9"
HELIPAD_USER=helipad
HELIPAD_HOME_DIR=/home/$HELIPAD_USER
HELIPAD_DATA_DIR=/mnt/hdd/app-data/helipad
@@ -262,4 +262,4 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
/home/admin/config.scripts/blitz.conf.sh set helipad "off"
exit 0
fi
fi