From 01afde988861a5d3a64782dc58711d5f9750b9f9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 23 Nov 2022 17:29:10 +0100 Subject: [PATCH] shellcheck fixes --- usr/lib/archboot/update-installer/update-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/update-installer/update-installer.sh b/usr/lib/archboot/update-installer/update-installer.sh index 6b41b647a..0aada4a60 100644 --- a/usr/lib/archboot/update-installer/update-installer.sh +++ b/usr/lib/archboot/update-installer/update-installer.sh @@ -473,6 +473,7 @@ _full_system() { exit 0 fi # higher _ZRAM_SIZE is needed for plasma environment 200MB safety buffer + #shellcheck disable=SC2001,SC2086 _ZRAM_VALUE="$(echo ${_ZRAM_SIZE} | sed -e 's#[A-Z]##g')" if [[ "${_ZRAM_VALUE}" -lt "4000" ]]; then _ZRAM_SIZE="4000M"