Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fix resize for GPT, be more verbose for logging #18
Conversation
| @@ -103,11 +103,12 @@ if [ "$min_free_space" -lt "$free_space" ]; then | ||
| gpt) | ||
| # do_gpt needs the device name | ||
| do_gpt "$device" >>$LOGFILE 2>&1 | ||
| + resizeopts="-p" |
zyga
Sep 8, 2017
Contributor
Can you please add a flag or test ensuring that resizeopts is never empty so that this bug doesn't come back with some refactoring later on. Please include a comment describing why that is needed.
ogra1
merged commit e8bff67
into
master
Sep 8, 2017
ogra1
deleted the
make-resize-verbose-fix-gpt-resize
branch
Sep 8, 2017
ogra1
restored the
make-resize-verbose-fix-gpt-resize
branch
Sep 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ogra1 commentedSep 8, 2017
this issue is fixed as a side effect of adding -p everywhere.