summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 8e82896..5147009 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -228,7 +228,7 @@ load_modules()
if [ -e /sys/power/resume ]; then
if [ -e "${resume}" ]; then
major_minor=$(ls -l ${resume} | \
- awk '{printf "0x%x:0x%x", $5, $6}')
+ awk '{printf "%d:%d", $5, $6}')
echo $major_minor >/sys/power/resume
fi
fi