Update heimdalldashboard-weird-update.sh

This commit is contained in:
tteckster 2022-03-27 15:18:42 -04:00 committed by GitHub
parent 961c49f1f5
commit bbdfeccbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ VER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest
| grep "tag_name" \
| awk '{print substr($2, 3, length($2)-4) }')
mv Heimdall-${VER}/* /opt/Heimdall
mv Heimdall-${VER} /opt/Heimdall
echo -e "${CM}${CL} \r"
service_path="/etc/systemd/system/heimdall.service"