Closed adamk33n3r closed 1 month ago
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been labeled as stale for 7 days with no activity.
Oh, I somehow missed the issue last week. Not sure why that mechanism is in place though, I shouldn't have to keep updating it until it's looked at....
How do I open it again?
This question is about
Describe your question
Hello, first time setting up yadm and I'm trying to use the
bootstrap-in-dir
script. I'm running into a weird issue that when runningin my
.config/yadm/bootstrap.d/fish
it causes the main bootstrap files for some reason pass the remaining bootstrap scripts into thefisher install
command I think? The output is the following:and then the bootstrap ends. If I comment out the
fish -c
line, then the rest of the bootstrap runs fine. I'm guessing this is probably something to do with how thebootstrap
script is reading the scripts (because it's not trying to install the fish boostrap script) and perhapsfisher
is swallowing them up first? But I'm not well versed in shell scripting to know what's going on. Any advice?