Skip to content
Snippets Groups Projects
Verified Commit b8ae9d8c authored by David Beniamine's avatar David Beniamine
Browse files

Fix bad test

parent 0045848f
No related branches found
No related tags found
1 merge request!13Lancer le service de maintenance à la mise à jour des serveurs docker
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Services maintenance # Services maintenance
cd /home/dockerweb cd /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
cp .env.sample .env cp .env.sample .env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment