Explorar o código

Update heimdalldashboard-weird-update.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
bbdfeccbc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/heimdalldashboard-weird-update.sh

+ 1 - 1
misc/heimdalldashboard-weird-update.sh

@@ -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"