Skip to content

Commit

Permalink
All LOGOS and database files placed in /etc/i-nex
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 5, 2014
1 parent 268fa67 commit 6bd599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/MConvert.module
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Function Convert(inputS As String, OutputS As String, CPUName As String)
Dim CPUDBINTEL As New Collection
Dim CPUDBINTELADD As New Collection
JSON_FILE = JSON.Decode(File.Load(inputS))
CPUDBINTEL = JSON.Decode(File.Load("Database/NULLD"))
CPUDBINTEL = JSON.Decode(File.Load("/etc/i-nex/Database/NULLD"))
For z = 0 To JSON_FILE["DATABASE"].Count - 1
If JSON_FILE["DATABASE"][z]["PROCESSOR_MODEL_NAME"] Like CPUName Then
Print JSON_FILE["DATABASE"][z]["PROCESSOR_MODEL_NAME"]
Expand Down

0 comments on commit 6bd599d

Please sign in to comment.