Skip to content

Commit bef3804

Browse files
committed
fixed a stupid bug.
finally fixes cSploit/android#1
1 parent ae542c5 commit bef3804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

known-issues/start_daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ while read issue; do
1818

1919
echo "issue #$issue found" >&3
2020

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

0 commit comments

Comments
 (0)