Skip to content
Snippets Groups Projects
Commit ee8c8e08 authored by Elian Loraux's avatar Elian Loraux
Browse files

Add git safe directoru

service desk issue 109
parent 8b17d087
Branches
No related tags found
1 merge request!18Add git safe directory
...@@ -23,6 +23,8 @@ fi ...@@ -23,6 +23,8 @@ fi
# Services maintenance # Services maintenance
cd /home/dockerweb cd /home/dockerweb
git config --global --add safe.directory '/home/dockerweb/\*'
if [ ! -d "maintenance" ]; then if [ ! -d "maintenance" ]; then
git clone https://gitlab.tetras-libre.fr/nocloud/docker/maintenance.git git clone https://gitlab.tetras-libre.fr/nocloud/docker/maintenance.git
cd /home/dockerweb/maintenance cd /home/dockerweb/maintenance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment