Browse Source

Add a newline so we dont have characters left over from the carrage return

spesk1 4 years ago
parent
commit
57e290e657
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/SimplyGit/Git.pm

+ 3 - 0
lib/SimplyGit/Git.pm

@@ -25,6 +25,9 @@ sub knocker($$$) {
 		shellex("$nmapCmd -Pn --host_timeout 201 --max-retries 0 -p $port $target > /dev/null",$logger);
 	}
 
+	# So we don't have random chars potentially on the line after using \r
+	print "\n";
+
 }
 
 sub checkPath($$) {