Browse Source

Update homarr.sh

fixes https://github.com/tteck/Proxmox/issues/2102
tteckster 1 year ago
parent
commit
c912a037a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ct/homarr.sh

+ 1 - 0
ct/homarr.sh

@@ -61,6 +61,7 @@ cp -R /opt/homarr/data /root/data-homarr-backup
 cp -R /opt/homarr/database /root/database-homarr-backup
 RELEASE=$(curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
 wget -q -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | tar -xz -C /opt
+cp -R /opt/homarr-${RELEASE}/* /opt/homarr
 cp -R /root/data-homarr-backup/* /opt/homarr/data
 cp -R /root/database-homarr-backup/* /opt/homarr/database
 rm -rf /opt/homarr-${RELEASE}