mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28: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
|
if [ ! -d "$REPO_DIR" ]; then
|
||||||
git clone "$REPO" /home/$USERNAME/$REPO_DIR
|
git clone "$REPO" /home/$USERNAME/$REPO_DIR
|
||||||
fi
|
fi
|
||||||
cd "/HOME/$USERNAME/$REPO_DIR"
|
cd "/home/$USERNAME/$REPO_DIR"
|
||||||
chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/"
|
chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user