Skip to content

Commit

Permalink
fix send report
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 31, 2013
1 parent ffd7b64 commit 8856fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.src/Reports/MPastebinit.module
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Public Function pastebin(Send As Boolean, Directory As String, Service As String
TextInfo("Send report to " & FReport_Gen.ComboBox1.Text & "")
PBV(0.5)
Wait 0.1
Shell "cat " & Directory & " | /usr/share/i-nex/pastebinit/pastebinit -b http://" & Service & "" Wait To links
Shell "/usr/share/i-nex/pastebinit/pastebinit -b http://" & Service & " -i " & Directory & "" Wait To links
PBV(0.7)
links = Replace(links, "\n", "")
PBV(0.8)
Expand All @@ -30,4 +30,4 @@ Public Sub PBV(ProgressBar_Value As Float)

FReport_Gen.ProgressBar1.Value = ProgressBar_Value

End
End

0 comments on commit 8856fb9

Please sign in to comment.