View Single Post
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#7
Use the KISS phylosophy, something like that should do the work:
Code:
#!/bin/sh

chmod 666 /path/to/file.db

exit 0
 

The Following User Says Thank You to b0unc3 For This Useful Post: