Thread
:
[Announce] easyroot -- an even better way of becoming root
View Single Post
fanoush
2008-01-08 , 08:42
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#
17
Yes, '-' is missing after running su from /usr/sbin/gainroot in this version.
BTW the $@ expands to all arguments so you may get unexpected arguments inside [ ], try running it like "sudo gainroot 1 2 3". Maybe something easier like
Code:
if [ "$1" = "--use-su" ] ; then
or maybe even
Code:
[ "$1" = "--use-su" ] && exec su -
could do the trick.
__________________
Newbies click
here
before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
Quote & Reply
|
fanoush
View Public Profile
Send a private message to fanoush
Visit fanoush's homepage!
Find all posts by fanoush