From 9d6d3a2daeab87c2cb703c6f3c42b540cc839dc8 Mon Sep 17 00:00:00 2001 From: Jean-Marie PLACE <jean-marie.place@univ-lille.fr> Date: Tue, 20 Feb 2024 13:59:13 +0100 Subject: [PATCH] set /home/scodoc owned by scodoc --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c3feaa98c..f3c46e0cb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -96,7 +96,7 @@ EOF chown scodoc:scodoc /home/scodoc cp -r .ssh /home/scodoc cd /home/scodoc - chown -R scodoc:scodoc .ssh + chown -R scodoc:scodoc /home/scodoc echo "%scodoc ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/scodoc echo 'install development data' -- GitLab