View difference between Paste ID: saKMXSGS and P19zvTj0
SHOW: | | - or go back to the newest paste.
1-
<% partitions = `df -h | awk {'print $6'} | grep /`
1+
<% partitions = `df -h | awk {'print $6'} | grep /`.split("\n")
2
partitions.each do |part| %>