More logging in partition creation

This commit is contained in:
Richard Goodwin
2018-10-30 08:15:19 -05:00
parent b8278dbde9
commit 6201dd91ef
2 changed files with 15 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ then
fi
function setup_progress () {
SETUP_LOGFILE=/boot/teslausb-headless-setup.log
if [ $HEADLESS_SETUP = "true" ]
then
echo "$( date ) : $1" >> "$SETUP_LOGFILE"