From 348a1f3eafc927c3051850777834098419f5e6c0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 15 Feb 2022 11:23:36 +0000 Subject: [PATCH] chore: wrap arguments in bin/smart-health-check --- bin/smart-health-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/smart-health-check b/bin/smart-health-check index b8e41fd..2c32bc0 100755 --- a/bin/smart-health-check +++ b/bin/smart-health-check @@ -65,4 +65,4 @@ main() { echo "SMART Status: $(tput setaf 2)PASSED$(tput sgr0)" } -main $@ +main "$@"