Skip to content

Commit

Permalink
fix no permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juri Grabowski committed Feb 26, 2024
1 parent 8596061 commit a9ca3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
#sudo sed -i '2aset -vx' /usr/sbin/fai-cd
sudo fai-cd -e -M -S -C /etc/fai/ -f /var/www/html/filesystem.squashfs
sudo ln -snf /srv/fai/nfsroot/boot/vmlinuz* /var/www/html/
sudo chmod +r /srv/fai/nfsroot/boot/initrd.img*
sudo ln -snf /srv/fai/nfsroot/boot/initrd.img* /var/www/html/
sudo rm /var/www/html/*.html
Expand Down

0 comments on commit a9ca3d7

Please sign in to comment.