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 "$@"