Advertisement
RobertBerger

tfpd-customization-1

Mar 8th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. if [ ! -d /tftpboot ];
  2. then
  3.   sudo ln -sf /var/lib/tftpboot/ /tftpboot
  4.   sudo chmod 777 /tftpboot
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement