almost working

This commit is contained in:
2019-10-04 06:41:13 -07:00
parent bad920ab58
commit 0c72b2c372
7 changed files with 48 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
shopt -s nullglob
# Run every per-once script
run-parts --regex '.*\.sh$' /boot/per-once.d
run-parts --regex '.*\.sh$' /boot/per-once.d |
# Rename every per-once script
for f in /boot/per-once.d/*.sh; do