View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#7
Here are some instructions to achieve the above:

1. Create a sudoers file to give the priviledges to a script:
Code:
visudo -f /etc/sudoers.d/callLogHelper
and add here the following;
Code:
ALL ALL = (root) NOPASSWD: /usr/share/call-log/callLogHelper.sh
2. Create the script in /usr/share/call-log/callLogHelper.sh
and add the two calls that need to be executed as root.

3. in the call-log.sh add the line:
Code:
sudo /usr/share/call-log/callLogHelper.sh
replacing the previous sudo lines.

attached are the files for clarity, just remove the ".txt" at the end.

Hope it helps.
Attached Files
File Type: txt call-log.sh.txt (3.0 KB, 206 views)
File Type: txt callLogHelper.sh.txt (298 Bytes, 172 views)
File Type: txt callLogHelper.txt (64 Bytes, 165 views)
 

The Following 3 Users Say Thank You to Saturn For This Useful Post: