Commit aa7ddd51 authored by Paul Gideon Dann's avatar Paul Gideon Dann
Browse files

Forgot to quote the path parameter to wakeonlan

parent 14411cb9
......@@ -10,7 +10,7 @@ function wake() {
return 1
fi
wakeonlan -f $config_file
wakeonlan -f "$config_file"
}
if (( $+functions[compdef] )); then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment