Skip to content

Commit

Permalink
Update ss-install-ubuntu-users.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Jul 22, 2023
1 parent e8fc1da commit e73d400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/ss-install-ubuntu-users.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ss_adduser "${SUDO_USER}"
## assign password to sudo user ##
echo "${SUDO_USER}:${SUDO_PASSWORD}" | /usr/sbin/chpasswd

# chage -E -1 -m 0 -M -1 -I -1 -W 99999 $SUDO_USER
# chage -E -1 -m 0 -M -1 -I -1 -W 99999 ${SUDO_USER}

## ensure home directory exists ##
mkhomedir_helper "${SUDO_USER}"
Expand All @@ -92,7 +92,7 @@ ss_adduser "${SFTP_USER}"
## assign password to sftp user ##
echo "${SFTP_USER}:${SFTP_PASSWORD}" | /usr/sbin/chpasswd

# chage -E -1 -m 0 -M -1 -I -1 -W 99999 $SFTP_USER
# chage -E -1 -m 0 -M -1 -I -1 -W 99999 ${SFTP_USER}

## ensure home directory exists ##
mkhomedir_helper "${SFTP_USER}"
Expand Down

0 comments on commit e73d400

Please sign in to comment.