Skip to content

Commit

Permalink
Update basic-install.sh
Browse files Browse the repository at this point in the history
Increase required free bytes.
  • Loading branch information
PromoFaux committed Feb 21, 2016
1 parent 592af80 commit a0673c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated install/basic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ welcomeDialogs() {

verifyFreeDiskSpace() {
# 25MB is the minimum space needed (20MB install + 5MB one day of logs.)
requiredFreeBytes=25600
requiredFreeBytes=51200

existingFreeBytes=`df -lk / 2>&1 | awk '{print $4}' | head -2 | tail -1`
if ! [[ "$existingFreeBytes" =~ ^([0-9])+$ ]]; then
Expand Down

0 comments on commit a0673c7

Please sign in to comment.