alkar1 / droidsshd

Automatically exported from code.google.com/p/droidsshd
0 stars 0 forks source link

Custom path to SH ignored #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Remove SuperUser autorization
2. Set Path to SH : "Enter any value" (/system/xbin/sh)
3. Set Run daemon as root : true
4. Start daemon

What is the expected output? What do you see instead?
SuperUser requet say "command : /system/bin/sh"
I expected "my another value" or "/system/xbin/sh"

What version of the product are you using? On what operating system?
0.6

Original issue reported on code.google.com by lilda...@gmail.com on 22 Mar 2011 at 1:59

GoogleCodeExporter commented 9 years ago
I am having the same issue. I changed my path to /system/xbin/bash and when 
loaded, it used "sh" instead.
I have verified the path is correct:

localhost sdcard # which bash
/system/xbin/bash

Latest version (0.6) on Android 2.3.3 custom rom.

Original comment by Jadams2...@gmail.com on 4 Apr 2011 at 8:48