Skip to content

Commit

Permalink
Update mac_changer
Browse files Browse the repository at this point in the history
  • Loading branch information
owerdogan authored Mar 24, 2024
1 parent 72d769a commit 95e9c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scripts/mac_changer
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [[ "$mac_changer_status" == "Disable" ]]; then
if nmcli dev | grep wifi &>/dev/null; then
for IFACE in $IFACES; do
if [ $IFACE != "lo" ] && [ $IFACE != "eth0" ]; then
channger_funcs
changer_funcs
fi
done
else
Expand Down Expand Up @@ -86,4 +86,4 @@ stop_mac_changer(){
rm -fr $BACKUPDIR/backups/mac_addresses && sed -i 's/mac_changer_status="Enable"/mac_changer_status="Disable"/g' $SRCDIR/sources/config
info "Mac successfully disabled"

}
}

0 comments on commit 95e9c4f

Please sign in to comment.