Skip to content

Commit

Permalink
Bump Version - 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agrez committed Oct 12, 2018
1 parent 0244212 commit 4a05e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedberry-config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
NAME=fedberry-config
AUTHORS="Vaughan Agrez"
YEAR=2018
VERSION=0.4.5
VERSION=0.4.6
BUG_REPORTS="https://github.com/fedberry/fedberry-config"


Expand Down Expand Up @@ -954,7 +954,7 @@ rootfs_grow()
BLK_DEV=$(echo ${ROOT_PART//[p,1-9]/})
DEV_INFO=$(fdisk -l $BLK_DEV)
PART_INFO=( $(echo "$DEV_INFO" |awk 'END{print}') )
LAST_PART=$(echo ${PART_INFO[0]})
LAST_PART=$(echo ${PART_INFO[0]})

if [ "$ROOT_PART" != "$LAST_PART" ]; then
msg "Root partition $ROOT_PART is not the last partiton. Can not proceed."
Expand Down

0 comments on commit 4a05e7c

Please sign in to comment.