View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#11
Originally Posted by fareed_xtreme View Post
I have done the above. The functions inside the script are all executable as a user. i have done a full walkthrough of the script before i started the actual coding process. I just checked them all again and they work just fine if individual commands are given.

Secondly I rebooted 2 times already and still the icon still exists... I do not know what is the issue regarding. and really wish that you could assist me in cleaning this up without the need to format...
Well without the actual code, I'm just guessing..

as root you can use the find command to search for your scripts maybe you left something back there. eg:
Code:
find / -name *partOfTheScriptName*
Other common mistake is the:
case $selection in
0) exit ;;
notice the double semicolon