summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-10-12 15:09:08 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-10-12 15:09:08 +0200
commitba2128f0233c04aea1f5adc425938f78bdd7540e (patch)
treeb7c8828b736f02fd4c3c2a07ddd58902cd264d7e /contrib
parente06f4c789a2f53401f22d39ed1180967adbb6271 (diff)
downloadnetctl-ba2128f0233c04aea1f5adc425938f78bdd7540e.tar.gz
netctl-ba2128f0233c04aea1f5adc425938f78bdd7540e.tar.xz
Fix whitespace and quoting
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pm-utils.handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pm-utils.handler b/contrib/pm-utils.handler
index 3db87a0..378d32d 100755
--- a/contrib/pm-utils.handler
+++ b/contrib/pm-utils.handler
@@ -30,7 +30,7 @@ case "$1" in
hibernate|suspend_hybrid|suspend)
report_notice "suspending all interfaces..."
daemon_suspend_all
- if checkyesno "${RESTOREPROFILES:-no}"; then
+ if checkyesno "${RESTOREPROFILES:-no}"; then
interface_suspend all
fi
;;