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