mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #76783 from timjb/fix-dispatcherScripts
networkmanager: fix dispatcherScripts example
This commit is contained in:
commit
d7d0ccd222
@ -308,6 +308,7 @@ in {
|
||||
|
||||
if [ "$2" != "up" ]; then
|
||||
logger "exit: event $2 != up"
|
||||
exit
|
||||
fi
|
||||
|
||||
# coreutils and iproute are in PATH too
|
||||
|
Loading…
Reference in New Issue
Block a user