diff --git a/Troubleshoot/ihp-troubleshoot b/Troubleshoot/ihp-troubleshoot index b8384faed..6ebe4deb5 100755 --- a/Troubleshoot/ihp-troubleshoot +++ b/Troubleshoot/ihp-troubleshoot @@ -104,12 +104,6 @@ path_exists( "Main.hs missing. Is this an IHP project?" ) -path_exists( - "start", - "Found start script", - "start script missing. Is this an IHP project?" -) - nix_output = run_command(["nix", "--version"]) if nix_output.returncode != 0: