diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-12-19 18:39:51 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-12-19 18:39:51 +0100 |
commit | c8b047765ec4565fa31d0a046d42f5c6da11bc7f (patch) | |
tree | 68bfc9b4134ddc49d96d0499186beba09eacbd0a /x200-my.initd | |
parent | ad042b1ca1e3ba414d0a2212a7c1140bf7d72e0b (diff) | |
download | x200-my-c8b047765ec4565fa31d0a046d42f5c6da11bc7f.tar.gz |
a missing !
Diffstat (limited to 'x200-my.initd')
-rw-r--r-- | x200-my.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x200-my.initd b/x200-my.initd index e4303e6..f440df9 100644 --- a/x200-my.initd +++ b/x200-my.initd | |||
@@ -58,7 +58,7 @@ do_backup() { | |||
58 | do_privacy() { | 58 | do_privacy() { |
59 | if [ $enable_privacy = "true" ] | 59 | if [ $enable_privacy = "true" ] |
60 | then | 60 | then |
61 | if [ -n ${wired_interface:+1} ] | 61 | if [ ! -n ${wired_interface:+1} ] |
62 | then | 62 | then |
63 | rm -rf /etc/dhcpcd.duid | 63 | rm -rf /etc/dhcpcd.duid |
64 | /sbin/macchanger -r $wired_interface | 64 | /sbin/macchanger -r $wired_interface |