diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-04-08 18:29:45 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-08 18:29:52 +0200 |
| commit | 4e54d60d7f69ae3441e519e5611bd7ea48a8be19 (patch) | |
| tree | dbdde3382732505a1f4b383109c8a12196447917 /scripts/live-bottom/08persistence_excludes | |
| parent | b5678340476350707c088253fe5ceee2dccda096 (diff) | |
| download | live-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-x | scripts/live-bottom/08persistence_excludes | 2 |
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 |
