Skip to content

Commit

Permalink
fixed a stupid bug.
Browse files Browse the repository at this point in the history
finally fixes cSploit/android#1
  • Loading branch information
tux-mind committed Feb 14, 2015
1 parent ae542c5 commit bef3804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion known-issues/start_daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while read issue; do

echo "issue #$issue found" >&3

case issue in
case $issue in
1)
if [ ! -f "/cSploit/cSploitd" ]; then
mount -o remount,rw / 2>&3 || die1 "remount rw failed"
Expand Down

0 comments on commit bef3804

Please sign in to comment.