chore: wrap arguments in bin/smart-health-check

This commit is contained in:
2022-02-15 11:23:36 +00:00
parent c0933ef4ec
commit 348a1f3eaf

View File

@@ -65,4 +65,4 @@ main() {
echo "SMART Status: $(tput setaf 2)PASSED$(tput sgr0)"
}
main $@
main "$@"