Browse code

Forgot to quote the path parameter to wakeonlan

Paul Gideon Dann authored on 19/09/2011 at 11:45:34
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ function wake() {
10 10
     return 1
11 11
   fi
12 12
 
13
-  wakeonlan -f $config_file
13
+  wakeonlan -f "$config_file"
14 14
 }
15 15
 
16 16
 if (( $+functions[compdef] )); then