From a8a0880ec2c0b27db19f4a6d24d98c1a60df32fe Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 11 Oct 2021 08:35:11 -0500 Subject: [PATCH] fix 294 --- update | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update b/update index e03fe89..faaf3a9 100755 --- a/update +++ b/update @@ -22,6 +22,8 @@ CONFIG=${MYPATH}/config LOGO=${MYPATH}/logo.png TEMPCRON=${MYPATH}/cron.tmp VERSION=$(grep "version=" ${MYPATH}/changelog | sed 's/version=//') +RB=${HOME}/.config/KM4ACK +DATE=$(date) FINISH() { if [ -f "${BASE}" ]; then @@ -1191,7 +1193,8 @@ sudo apt -y full-upgrade ##################################### # Install Base Apps ##################################### -touch ${HOME}/.config/KM4ACK +touch ${RB} +echo "BAP update ran $DATE Version $VERSION" >> ${RB} while read i; do source ${FUNCTIONS}/base.function $i