1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-09-25 05:15:17 +00:00

Merge pull request #340 from rasa/patch-3

This commit is contained in:
Tim Byrne
2021-08-23 08:05:53 -05:00

View File

@@ -14,7 +14,7 @@ if [[ ! -d "$BOOTSTRAP_D" ]]; then
exit 1
fi
find "$BOOTSTRAP_D" -type f | sort | while IFS= read -r bootstrap; do
find -L "$BOOTSTRAP_D" -type f | sort | while IFS= read -r bootstrap; do
if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ "~$" ]]; then
if ! "$bootstrap"; then
echo "Error: bootstrap '$bootstrap' failed" >&2