summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/34disable_kwallet
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/34disable_kwallet')
-rwxr-xr-xscripts/live-bottom/34disable_kwallet5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/live-bottom/34disable_kwallet b/scripts/live-bottom/34disable_kwallet
index 767f9f8..79c895a 100755
--- a/scripts/live-bottom/34disable_kwallet
+++ b/scripts/live-bottom/34disable_kwallet
@@ -20,6 +20,11 @@ esac
# live-initramfs header
+if [ -n "${NOKWALLET}" ]
+then
+ exit 0
+fi
+
. /scripts/live-functions
log_begin_msg "Disabling kwallet..."