Skip to content

Commit

Permalink
fix(): delete extra option
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanTaheriGhaleTaki authored Jul 14, 2024
1 parent 5198e9d commit 5833c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions best403unlocker
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ loggin(){
check_run_with_root_accsses
check_required_packages_is_installed
check_and_source_env
touch touch $DATABASE_PATH
touch $DATABASE_PATH
cp /etc/resolv.conf /etc/resolv.conf.bakup
for i in $dns
do
Expand All @@ -127,4 +127,4 @@ echo '*********************'
fi
loggin >> /var/log/best403unlocker.log
cat /etc/resolv.conf.bakup > /etc/resolv.conf
rm /etc/resolv.conf.bakup
rm /etc/resolv.conf.bakup

0 comments on commit 5833c66

Please sign in to comment.