diff --git a/other/scripts/dispatcher.nu b/other/scripts/dispatcher.nu index 466732d..6416f50 100755 --- a/other/scripts/dispatcher.nu +++ b/other/scripts/dispatcher.nu @@ -14,6 +14,8 @@ def main [ systemd-cat echo $"($currentnet) \(($interface)): ($type)"; if $interface starts-with 'wlp' { - ^$"/etc/networkhooks/($currentnet).nu" $interface $type + let p = $"/etc/networkhooks/($currentnet).nu"; + systemd-cat echo $p; + ^$p $interface $type } }