joopajaa
12-09-2009, 08:12 PM
Hi
Can someone tell me why it wont work: I try to edit /MMP/usr/bin/start.sh to add automaticly my pc's folder to my data/movies - for example.
I have a working command for ssh:
mount.cifs //192.168.1.2/Jii /DATA/movie -o password=pass,username=user
I tried to add it at the end of the start.sh file as shown:
sleep 10
mount.cifs //192.168.1.2/Jii /DATA/movie -o password=pass,username=user
Is there some error?
Can someone tell me why it wont work: I try to edit /MMP/usr/bin/start.sh to add automaticly my pc's folder to my data/movies - for example.
I have a working command for ssh:
mount.cifs //192.168.1.2/Jii /DATA/movie -o password=pass,username=user
I tried to add it at the end of the start.sh file as shown:
sleep 10
mount.cifs //192.168.1.2/Jii /DATA/movie -o password=pass,username=user
Is there some error?