Skip to content
Snippets Groups Projects
Verified Commit d066180e authored by zycromerz's avatar zycromerz
Browse files

fix error on sleep


Signed-off-by: default avatarZyCromerZ <neetroid97@gmail.com>
parent ee6c5db9
No related branches found
No related tags found
No related merge requests found
5s
\ No newline at end of file
5
\ No newline at end of file
10s
\ No newline at end of file
10
\ No newline at end of file
......@@ -185,12 +185,12 @@
fi
if [[ "$GheymingMode" == "y" ]];then
sleep $(cat $PMConfig/wait_when_on.conf)
sleep $(cat $PMConfig/wait_when_on.conf)s
else
if [[ "$(GetDisplayStatus)" == "off" ]];then
sleep $(($(cat $PMConfig/wait_when_off.conf)*2))
sleep $(($(cat $PMConfig/wait_when_off.conf)*2))s
else
sleep $(cat $PMConfig/wait_when_off.conf)
sleep $(cat $PMConfig/wait_when_off.conf)s
fi
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment