dgx-spark-playbooks/scripts
Jason Kneen 3e9a50b48c fix(install): use nullglob so cleanup doesn't trip set -e on empty install
The cleanup loop iterated over the literal "dgx-spark-*" when no existing
install was present, causing [ -L ] to fail and set -e to kill the script
before the install step. Enable nullglob so unmatched globs disappear,
and use explicit if/fi blocks instead of && for the test-then-rm pattern.
2026-04-19 10:23:09 +01:00
..
generate.mjs feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
install.sh fix(install): use nullglob so cleanup doesn't trip set -e on empty install 2026-04-19 10:23:09 +01:00
uninstall.sh feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00