no tilde!
All checks were successful
gitea.arg.rip/deployment/pipeline/head This commit looks good

This commit is contained in:
adam 2024-12-06 18:23:59 -05:00
parent a98147901c
commit 76bb0ad258

View File

@ -9,7 +9,7 @@ function restofscript(){
useradd -m -s /bin/bash ${USERNAMETOADD}
echo "${USERNAMETOADD}:${PASSWORDTOADD}" | chpasswd
loginctl enable-linger ${USERNAMETOADD}
cd ~/home/${USERNAMETOADD}
cd /home/${USERNAMETOADD}
mkdir .ssh
pushd .ssh
pwd