Hi guys,
i need libreelec to automount smb drive after startup
is this sytnax correct? and where exactly is autostart.sh located in LE?
sleep 3
(
mount -t cifs -o username=username,password=password //192.168.0.140/admin/ZONE/REC .kodi/userdata/REC
)
&
thx