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() {
|
||||
echo "$(free --giga | awk '/^Mem:/{print $2}')"
|
||||
free --giga | awk '/^Mem:/{print $2}'
|
||||
}
|
||||
|
||||
function prepare_target() {
|
||||
|
@ -243,7 +243,6 @@ while [[ $# -gt 0 ]]; do
|
|||
case $1 in
|
||||
-h|--help)
|
||||
show_help
|
||||
exit 0
|
||||
;;
|
||||
-e|--encryption)
|
||||
ENCRYPTION=true
|
||||
|
|
Loading…
Reference in a new issue