From 76bb0ad2585ea056226a9687d061f653b064f204 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 6 Dec 2024 18:23:59 -0500 Subject: [PATCH] no tilde! --- scripts/serviceaccount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/serviceaccount.sh b/scripts/serviceaccount.sh index 1fe9b51..bd8f071 100644 --- a/scripts/serviceaccount.sh +++ b/scripts/serviceaccount.sh @@ -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