Skip to content

Commit

Permalink
Update reset.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 25, 2024
1 parent 5201db0 commit e7eb980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ FS="${FS/ext2\/ext3/ext4}";
SPACE=$(df --output=avail -B 1 "$STORAGE" | tail -n 1)
SPACE_GB=$(( (SPACE + 1073741823)/1073741824 ))

echo "❯ CPU: ${CPU} | RAM: ${RAM} | DISK: $SPACE_GB GB (${FS^^}) | HOST: $(uname -r)..."
echo "❯ CPU: ${CPU} | RAM: ${RAM} | DISK: $SPACE_GB GB (${FS}) | HOST: $(uname -r)..."
echo

# Helper functions
Expand Down

0 comments on commit e7eb980

Please sign in to comment.