Update 'freenas_network_unlock.py'
This commit is contained in:
@@ -4,8 +4,8 @@ import subprocess # For executing a shell command
|
||||
import yaml # For parsing the yaml config file
|
||||
import config # configuration file
|
||||
|
||||
for host in hosts:
|
||||
print(host)
|
||||
for pool in pools:
|
||||
print(pool)
|
||||
|
||||
exit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user