File.readlines() not returning any strings; possible file not opening
I’m working on building a script for configuring disks automatically on linux systems. One of my functions is not working and for the life of me I cannot figure out why. I’ve tested the code on …