diff options
Diffstat (limited to 'scripts/local-premount/suspend')
-rw-r--r-- | scripts/local-premount/suspend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-premount/suspend b/scripts/local-premount/suspend index 5791123..6aab596 100644 --- a/scripts/local-premount/suspend +++ b/scripts/local-premount/suspend @@ -19,7 +19,7 @@ if [ "x${resume}" = "x" ]; then exit fi -if [ ! -e ${resume} ]; then +if [ ! -e "${resume}" ]; then exit fi |