This is out my autostart.sh looks:
Bash
#!/bin/sh(
mount -t cifs //192.168.1.64/Network /storage/Byte-Knight -o username=MyWinUsername,password=MyWinPassword
)&
I created the Byte-Knight folder in the storage directory.
I can connect to the shared directory through the file explorer just fine.
Is there something I'm not doing right?
Trying to add the directory to Plex server but it can't be added unless it's mounted it seems.
Edit: There was an extra colon, I removed it, and it's working now!