projects
/
profile
/
tv
/
meta-tv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove logic for adding sample user.
[profile/tv/meta-tv.git]
/
scripts
/
tv-user.post
1
#!/bin/sh
2
echo "############### tv-user.post ################"
3
4
#for user in alice bob carol guest; do
5
# if ! generic_base_user_exists $user; then
6
# gum-utils --offline --add-user --username="$user" --usertype=normal --usecret=tizen
7
# fi
8
#done
9