Fixing per shellcheck

This commit is contained in:
Eric Renfro 2024-06-23 17:23:08 -04:00
parent b52a28678d
commit b3646ce2b3
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -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