diff --git a/install_shell/create_users.sh b/install_shell/create_users.sh index a47b07e..fcfe9a9 100755 --- a/install_shell/create_users.sh +++ b/install_shell/create_users.sh @@ -26,7 +26,7 @@ check_config $USER_CONFIG ${USER_NAME} if [ $rtn -eq 2 ]; then mkdir -p ${USER_HOME} useradd -m -d ${USER_HOME} -s /bin/${USER_SHELL} ${USER_NAME} - usermod -p `openssl passwd ${USER_NAME}` -g ${USER_NAME} -G audio,tty ${USER_NAME} + usermod -p `openssl passwd R0ck9` -g ${USER_NAME} -G audio,tty ${USER_NAME} elif [ $rtn -eq 0 ]; then usermod -g ${USER_NAME} -G audio,tty ${USER_NAME} echo "${USER_NAME} user exist..." @@ -42,4 +42,4 @@ cp -r root-kde/.kde $HOME/ cp -r /etc/skel/.kde $USER_HOME/ chown -R ${USER_NAME}:${USER_NAME} ${USER_HOME} -usermod -p `openssl passwd root` root +usermod -p `openssl passwd R0ck9` root