View Single Post
bandora's Avatar
Posts: 1,338 | Thanked: 1,055 times | Joined on Oct 2009 @ California, USA / Jordan
#1
Hey all,

I am constantly experiencing the problem with the SMS pending / not saving.. The solution that's found here does work but temporarily.

And I'm not a developer, but I am here to ask for help to create a script that will do the same thing that post says automatically instead of typing all that over and over again.. :S

Jw will this work?

Code:
#!/bin/sh

cd /home/user/.rtcom-eventlogger
echo .dump | sqlite3 el-v1.db | sqlite3 el-v1-new.db
mv el-v1.db el-v1-old.db
mv el-v1-new.db el-v1.db
chown user el-v1.db
chgrp users el-v1.db
init 6
__________________
FarahFa.com
 

The Following 2 Users Say Thank You to bandora For This Useful Post: