summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/32disable_hibernation
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/32disable_hibernation')
-rwxr-xr-xscripts/live-bottom/32disable_hibernation6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/live-bottom/32disable_hibernation b/scripts/live-bottom/32disable_hibernation
index 0965c73..708db5c 100755
--- a/scripts/live-bottom/32disable_hibernation
+++ b/scripts/live-bottom/32disable_hibernation
@@ -33,11 +33,11 @@ log_begin_msg "Configuring power management..."
gpm_version=$(chroot /root /usr/bin/dpkg-query -W --showformat='${Version}' gnome-power-manager 2>/dev/null) || panel_version=""
-if [ -n "$gpm_version" ]
+if [ -n "${gpm_version}" ]
then
#live-reconfigure /root gnome-power-manager
- chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-power-manager/can_hibernate false
- chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-power-manager/can_suspend false
+ chroot /root sudo -u "${USERNAME}" gconftool-2 -s -t bool /apps/gnome-power-manager/can_hibernate false
+ chroot /root sudo -u "${USERNAME}" gconftool-2 -s -t bool /apps/gnome-power-manager/can_suspend false
fi
if [ -d /root/usr/share/kubuntu-default-settings/kde-profile/default/share/config ]