fix path HOME

This commit is contained in:
2026-07-23 22:55:48 +02:00
parent 743654a8d8
commit ca40daa03a
+1 -1
View File
@@ -116,7 +116,7 @@ step "Cloning configuration repository"
if [ ! -d "$REPO_DIR" ]; then
git clone "$REPO" /home/$USERNAME/$REPO_DIR
fi
cd "/HOME/$USERNAME/$REPO_DIR"
cd "/home/$USERNAME/$REPO_DIR"
chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/"
################################################################################