Skip to content

Commit

Permalink
make sure libreader is dead before restart e2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtq authored May 9, 2018
1 parent 46b49d6 commit 26f10ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/enigma2.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ "$ret" -ne "1" ]; then
killall -9 showiframe; sleep 5
fi
if [ $stbcheck == "cc" ]; then
killall -9 libreader; sleep 1
killall -9 libreader; sleep 5
fi
fi
fi
Expand Down

0 comments on commit 26f10ca

Please sign in to comment.