Thread
:
How to automatically run a script when SD is mounted?
View Single Post
iamthewalrus
2008-08-25 , 15:15
Posts: 566 | Thanked: 150 times | Joined on Dec 2007
#
7
Calling my script from '/usr/sbin/mmc-mount' with 'exec' caused 'memory card corrupted or unformatted' error popups. Without 'exec' and with the output suppressed it works:
Code:
sh /usr/local/bin/backup_syslogs.sh &> /dev/null
I'll also try the
sp-rich-core
core-dump tool.
Quote & Reply
|
The Following User Says Thank You to iamthewalrus For This Useful Post:
qwerty12
iamthewalrus
View Public Profile
Send a private message to iamthewalrus
Find all posts by iamthewalrus