Skip to content
Snippets Groups Projects
Commit 2390e2f2 authored by jurgenhaas's avatar jurgenhaas
Browse files
- Copy docker-compose.yml into l3drun if it exists
- Only write to files that are writable
- Update to v2.2.17 of upstream image
parent 42913580
No related branches found
No related tags found
1 merge request!39Merging develop into main
......@@ -213,7 +213,7 @@ function setupAhoy {
echo "ahoyapi: v2" >.ahoy.yml
echo "commands:" >>.ahoy.yml
fi
if [[ ! -L .ahoy.l3d ]]; then
if [[ ! -L .ahoy.l3d && -w . ]]; then
ln -s /etc/ahoy .ahoy.l3d
fi
if [[ -f .gitignore ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment