summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
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
;;