Update get_computer.py
parent
9c3b2192e4
commit
1915ee033a
|
@ -76,7 +76,7 @@ class Module:
|
|||
def generate(self):
|
||||
|
||||
# read in the common module source code
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/Network/Get-NetComputer.ps1"
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/network/Get-NetComputer.ps1"
|
||||
|
||||
try:
|
||||
f = open(moduleSource, 'r')
|
||||
|
@ -100,4 +100,4 @@ class Module:
|
|||
else:
|
||||
script += " -" + str(option) + " " + str(values['Value'])
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
Loading…
Reference in New Issue