summaryrefslogtreecommitdiffstats
path: root/core/modules/demo-user/module.build
blob: 92c3dde3e8b7ea6ac7a805ec291dbabdc1d9243f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	DEMO_ID="$(USER=demo PASSWORD= USERHOME=/home/demo USERSHELL=/bin/bash add_user)"
	[ -n "$DEMO_ID" ] && pinfo "Created user demo"
}