try dispatcher script fix try one
This commit is contained in:
parent
d7b141428a
commit
beba034c17
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ def main [
|
||||||
systemd-cat echo $"($currentnet) \(($interface)): ($type)";
|
systemd-cat echo $"($currentnet) \(($interface)): ($type)";
|
||||||
|
|
||||||
if $interface starts-with 'wlp' {
|
if $interface starts-with 'wlp' {
|
||||||
^$"/etc/networkhooks/($currentnet).nu" $interface $type
|
let p = $"/etc/networkhooks/($currentnet).nu";
|
||||||
|
systemd-cat echo $p;
|
||||||
|
^$p $interface $type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue