summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-04-07 12:42:42 +0200
committerJonathan Bauer2021-04-07 12:42:42 +0200
commit2bae7a1e896b71736ae614009db17a3af141593a (patch)
tree46338cbf56e3babe142e2f3efc1c614d0a9668b3
parent[distro-logo] make sure dest dir exists (diff)
downloadmltk-2bae7a1e896b71736ae614009db17a3af141593a.tar.gz
mltk-2bae7a1e896b71736ae614009db17a3af141593a.tar.xz
mltk-2bae7a1e896b71736ae614009db17a3af141593a.zip
[demo-user] remove debugging output
-rw-r--r--core/modules/demo-user/module.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules/demo-user/module.build b/core/modules/demo-user/module.build
index 91a9af21..92c3dde3 100644
--- a/core/modules/demo-user/module.build
+++ b/core/modules/demo-user/module.build
@@ -8,8 +8,6 @@ build() {
}
post_copy() {
- set -x
DEMO_ID="$(USER=demo PASSWORD= USERHOME=/home/demo USERSHELL=/bin/bash add_user)"
[ -n "$DEMO_ID" ] && pinfo "Created user demo"
- set +x
}