diff options
Diffstat (limited to 'contrib/pm-utils.handler')
-rwxr-xr-x | contrib/pm-utils.handler | 2 |
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 ;; |