Skip to content

Commit

Permalink
modified: ts/build/packages/networkmanager/build/extra/etc/NetworkMa…
Browse files Browse the repository at this point in the history
…nager/dispatcher.d/00-update-status
  • Loading branch information
Doncuppjr committed Oct 16, 2024
1 parent 23dcdf0 commit a15cf83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "$INTERFACE" != "lo" ]; then
esac

mkdir -p /var/log/net
echo "DEVTYPE=\"$CONNECTION_ID\"" > /var/log/net/$INTERFACE
echo "DEVTYPE=\"$CONNECTION_ID\"" > /var/log/net/$INTERFACE
echo "CLIENT_NAME=$CLIENT_NAME" >> /var/log/net/$INTERFACE
echo "CLIENT_MAC=$CLIENT_MAC" >> /var/log/net/$INTERFACE
echo "CLIENT_IP=$ip" >> /var/log/net/$INTERFACE
Expand Down

0 comments on commit a15cf83

Please sign in to comment.