View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#10
Originally Posted by moudy91 View Post
i did copy the scipt to a txt file then save it to .sh
on a qbw i did put
Code:
echo "/home/user/MyDocs/Power.sh"|root
but nothing happens
Code should have been:
Code:
echo "sh /home/user/MyDocs/Power.sh"|root
 

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