remove space

This commit is contained in:
Tobias Powalowski 2022-02-09 09:05:26 +01:00
parent eccb5f9891
commit 154c75dcb4

View file

@ -3,7 +3,7 @@
source /usr/lib/archboot/functions source /usr/lib/archboot/functions
source /usr/lib/archboot/container_functions source /usr/lib/archboot/container_functions
_ARCHBOOT="archboot-arm" _ARCHBOOT="archboot-arm"
_KEYRING=" archlinuxarm" _KEYRING="archlinuxarm"
[[ -z "${1}" ]] && _usage [[ -z "${1}" ]] && _usage
_DIR="$1" _DIR="$1"
#shellcheck disable=SC2120 #shellcheck disable=SC2120