We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d15605 commit 7b841b4Copy full SHA for 7b841b4
assets/all/addNonRootUser.sh
@@ -11,7 +11,9 @@ if [[ -z "${INITIAL_VNC_PASSWORD}" ]]; then
11
fi
12
13
if [ ! -d "/home/$INITIAL_USERNAME" ]; then
14
+ sed -i 's/force_color_prompt=/#force_color_prompt=/g' /etc/skel/.bashrc
15
useradd $INITIAL_USERNAME -s /bin/bash -m -u 2000
16
echo $INITIAL_USERNAME:$INITIAL_PASSWORD | chpasswd
17
chsh -s /bin/bash $INITIAL_USERNAME
18
+ touch /home/$INITIAL_USERNAME/.hushlogin
19
0 commit comments