Forgot to quote the path parameter to wakeonlan

master
Paul Gideon Dann 15 years ago
parent 14411cb904
commit aa7ddd51cc
  1. 2
      plugins/wakeonlan/wakeonlan.plugin.zsh

@ -10,7 +10,7 @@ function wake() {
return 1
fi
wakeonlan -f $config_file
wakeonlan -f "$config_file"
}
if (( $+functions[compdef] )); then

Loading…
Cancel
Save