armbian_build/lib/functions/logging/runners.sh
2022-10-08 14:37:21 +02:00

8 lines
162 B
Bash

run_on_sdcard()
{
# Lack of quotes allows for redirections and pipes easily.
chroot "${SDCARD}" /bin/bash -c "${@}" >> "${DEST}"/${LOG_SUBPATH}/install.log
}