Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-27 12:20:56 -05:00
parent f73127c0c5
commit 61093fa832

View File

@@ -76,7 +76,9 @@ for pool in POOLS['response']:
logging.error('Pool {} was NOT unlocked successfully'.format(pool['name']))
else:
logging.debug('Pool {} is already unlocked'.format(pool['name']))
# unmount the ramfs and destory the keys
rc = call("umount /mnt/ramfs", shell=True)