* Fix a syntax error in the sleep hook that broke suspend.
svn path=/nixos/trunk/; revision=25038
This commit is contained in:
parent
c318bd097e
commit
ef243b7fc2
|
@ -18,7 +18,7 @@ let
|
|||
${cfg.resumeCommands}
|
||||
${cfg.powerUpCommands}
|
||||
;;
|
||||
fi
|
||||
esac
|
||||
'';
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in New Issue