mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
fix path HOME
This commit is contained in:
+1
-1
@@ -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/"
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user