We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b073bd4 commit 5602c32Copy full SHA for 5602c32
mithril-infra/mithril.bootstrap.tf
@@ -37,7 +37,11 @@ echo "Startup script complete!"
37
EOT
38
,
39
"find /home/curry/tools -name '*.sh' -type f | xargs chmod u+x",
40
- "rm -rf /home/curry/docker/cardano-configurations && git clone https://github.com/input-output-hk/cardano-configurations.git /home/curry/docker/cardano-configurations"
+ <<-EOT
41
+if [[ ! -f '/home/curry/docker/cardano-configurations' ]] ; then
42
+ git clone https://github.com/input-output-hk/cardano-configurations.git /home/curry/docker/cardano-configurations
43
+fi
44
+EOT
45
]
46
}
47
0 commit comments