summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 427b964..2beb597 100755
--- a/init
+++ b/init
@@ -104,7 +104,7 @@ for x in $(cat /proc/cmdline); do
esac
done
-if [ -n ${NORESUME} ]; then
+if [ -z ${NORESUME} ]; then
export resume=${RESUME}
fi