[util-yaml] add avatarFilePath

- @oberon2007: please corect me if this is wrong and '~' should have used instead
This commit is contained in:
Philip 2017-01-25 15:42:41 +01:00
parent 24b3c8df6c
commit 41ca8903e0

View file

@ -158,6 +158,7 @@ write_users_conf(){
echo "setRootPassword: true" >> "$conf" # must be true, else some options get hidden
echo "doReusePassword: false" >> "$conf" # only used in old 'users' module
echo "availableShells: /bin/bash, /bin/zsh" >> "$conf" # only used in new 'users' module
echo "avatarFilePath: ~/.face" >> "$conf" # mostly used file-name for avatar
}
write_packages_conf(){