I'm trying to run a VERY simple script that mounts a folder based on user login -
open "smb://server/staffhome$/$(whoami)"
This works perfectly in terminal but when putting it as a process to execute on login it keeps on being unable to find the location?
