This commit is contained in:
Joe Lillibridge 2024-10-31 15:37:49 -05:00
parent a0805fc0ea
commit 501a1c09e0
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ if [[ ! -d "$BOOTSTRAP_D" ]]; then
fi fi
# This will execute all executable files (excluding templates and editor # This will execute all executable files (excluding templates and editor
# backups) in the {{ env.BOOTSTRAP_D }} directory when run. # backups) in the $BOOTSTRAP_D directory when run.
find -L "$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 [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ "~$" ]]; then