Skip to content

Commit

Permalink
fix deploy2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
郭钟 committed Jun 30, 2021
1 parent e4c33fb commit abed72e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mobile-deploy/deploy2.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
print "disable android firewall."
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
ip6tables -P INPUT ACCEPT
ip6tables -P OUTPUT ACCEPT
ip6tables -P FORWARD ACCEPT
cd /sdcard
dir=/data/mobile-deploy
if [ ! -d $dir ]; then
Expand Down

0 comments on commit abed72e

Please sign in to comment.