diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-13 23:36:01 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:39 +0100 |
commit | 772e2ad4bf4265453aa05e52fdc1c580581a7c9f (patch) | |
tree | 92b06397c65e059d38c8dea2f7e9d02cdb7efc26 /functions/exit.sh | |
parent | 18e123ea16d909402c0ac824d0bc39f0c238660d (diff) | |
download | vyos-live-build-772e2ad4bf4265453aa05e52fdc1c580581a7c9f.tar.gz vyos-live-build-772e2ad4bf4265453aa05e52fdc1c580581a7c9f.zip |
Removing last live-helper remains in internal variables.
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-x | functions/exit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh index 5fa1fa86f..8a9720788 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -15,7 +15,7 @@ Exit () if [ "${_DEBUG}" = "true" ] then # Dump variables - set | grep -e ^LH + set | grep -e ^LB fi # Always exit true in case we are not able to unmount |