@george1421 Brilliant! haha. thanks. yup, my fog server is isolated so I just copied it from my windows workstation into notepad and transferred not thinking anything of it…
Posts
- 
RE: Full Reg mod - postinit script issue.posted in FOG Problems
- 
Full Reg mod - postinit script issue.posted in FOG ProblemsI’m running 1.5.5 and trying to modify the full registration menu. followed the instructions in another post, but I’ve hit a snag. The host runs the scrooge{postinitpath}patch.fullreg from fog.postinit, then throws an error: 
 /bin/fog: bin.fog.man.reg: /bin/bash^M: bad interpreter: no file/dir
 and reboots…seems like it’s deleting the fog.man.reg file, but not copying over the fix file? 
 if I echo scrooge{postinitpath} it returns /imagesinit/dev/postinitpath
 if I replace that variable with the echo path in patch.fullreg , I get no file/dir returned and FOS boots running fog.man.regI’m stuck in a loop…What stupid am I doing? let me know if there’s any more info you need. patch.fullreg 
 hashbang/bin/bash
 cp -f ${postinitpath}fog.man.reg.fix /bin/fog.man.regfog.man.reg is from this link 
 https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.man.reg
 Get the same error using my edited copy or the original.