I am trying to mount an AFP share from a bash script. I have this so far:
However, the mount is not appearing on the desktop. Does anyone know how to make it appear on the desktop as it would when using "Go > Connect to server"?
Code:
mkdir '/Volumes/folder'
/sbin/mount_afp "afp://user:pass@host.com/folder" /Volumes/folder
However, the mount is not appearing on the desktop. Does anyone know how to make it appear on the desktop as it would when using "Go > Connect to server"?