summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/08persistence_excludes
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-04-08 18:29:45 +0200
committerDaniel Baumann <daniel@debian.org>2012-04-08 18:29:52 +0200
commit4e54d60d7f69ae3441e519e5611bd7ea48a8be19 (patch)
treedbdde3382732505a1f4b383109c8a12196447917 /scripts/live-bottom/08persistence_excludes
parentb5678340476350707c088253fe5ceee2dccda096 (diff)
downloadlive-boot-4e54d60d7f69ae3441e519e5611bd7ea48a8be19.tar.gz
live-boot-4e54d60d7f69ae3441e519e5611bd7ea48a8be19.zip
Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everywhere.
Diffstat (limited to 'scripts/live-bottom/08persistence_excludes')
-rwxr-xr-xscripts/live-bottom/08persistence_excludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/08persistence_excludes b/scripts/live-bottom/08persistence_excludes
index 43639f9..633f6ac 100755
--- a/scripts/live-bottom/08persistence_excludes
+++ b/scripts/live-bottom/08persistence_excludes
@@ -26,7 +26,7 @@ esac
# live-boot header
-if [ -z "${PERSISTENT}" ] || [ -n "${NOPERSISTENT}" ] || [ -z "${PERSISTENCE_IS_ON}" ] || [ ! -f /root/etc/live-persistence.binds ]
+if [ -z "${PERSISTENCE}" ] || [ -n "${NOPERSISTENCE}" ] || [ -z "${PERSISTENCE_IS_ON}" ] || [ ! -f /root/etc/live-persistence.binds ]
then
exit 0
fi