Skip to content

Commit 43a546f

Browse files
committed
Quick fix for autohibernate on linux
1 parent 5e858e8 commit 43a546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/autohibernate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ \$(xprintidle) -gt \$AUTOHIBERNATE_TIME ] ; then
2727
xdotool mousemove 0 0 # reset idle time
2828
2929
# We need to enable the swap file to dump RAM to.
30-
[ -f /swap-hibinit] && \\
30+
[ -f /swap-hibinit ] && \\
3131
sudo swapon /swap-hibinit
3232
3333
# Just in case there is a client connected to the VNC server (there

0 commit comments

Comments
 (0)