Hi guys, dunno if tis should have been posted here or in the Server forum but here goes nothing!!
I have a UNIX script that fixes a font cache issue that sometimes affects the Macs that I support.
The Script is this;
But I think I may have done something wrong a the script doesn't "end."
i.e. it runs as it should, but doesn't terminate to say that's done.
So what have I missed?
I have a UNIX script that fixes a font cache issue that sometimes affects the Macs that I support.
The Script is this;
sudo rm -rf /Library/Caches/com.apple.ATS |
sudo ln -s /private/tmp /Library/Caches/com.apple.ATS |
sudo reboot now
But I think I may have done something wrong a the script doesn't "end."
i.e. it runs as it should, but doesn't terminate to say that's done.
So what have I missed?