Fixing per shellcheck
This commit is contained in:
parent
b52a28678d
commit
b3646ce2b3
1 changed files with 1 additions and 2 deletions
|
@ -77,7 +77,7 @@ function create_subvolumes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_hibernate_size() {
|
function get_hibernate_size() {
|
||||||
echo "$(free --giga | awk '/^Mem:/{print $2}')"
|
free --giga | awk '/^Mem:/{print $2}'
|
||||||
}
|
}
|
||||||
|
|
||||||
function prepare_target() {
|
function prepare_target() {
|
||||||
|
@ -243,7 +243,6 @@ while [[ $# -gt 0 ]]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-h|--help)
|
-h|--help)
|
||||||
show_help
|
show_help
|
||||||
exit 0
|
|
||||||
;;
|
;;
|
||||||
-e|--encryption)
|
-e|--encryption)
|
||||||
ENCRYPTION=true
|
ENCRYPTION=true
|
||||||
|
|
Loading…
Reference in a new issue