diff --git a/gfx.yaml b/gfx.yaml index 5744242..d31d649 100644 --- a/gfx.yaml +++ b/gfx.yaml @@ -23,7 +23,7 @@ runcmd: - crontab -e - (crontab -l; echo "$(ip a | grep 10.10.35 | cut -d ' ' -f 6 | sed "s|/|.|g" | cut -d '.' -f 4) 3 * * * /sbin/shutdown -r now") | crontab - - mkdir /mnt/rfb - - echo "rfb /mnt/rfb 9p trans=virtio,ro,_netdev 0 0" + - echo "rfb /mnt/rfb 9p trans=virtio,ro,_netdev 0 0" >> /etc/fstab - mount -a - git -C /root clone https://git.tvstart.ru/ychernenko/RFB.git - bash /root/RFB/deploy.sh \ No newline at end of file