From 515c77bed429225dc45402202af0ac45e6a64067 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 24 May 2023 13:06:25 +0200 Subject: [PATCH] Use GIT_UPDATE_LOG instaed of GIT_PULL_TMP / OPKG_CMDS_TMP. --- read_config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/read_config b/read_config index 24ffd1f..d160964 100755 --- a/read_config +++ b/read_config @@ -22,8 +22,9 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once readonly UPDATEPSABEGIN=./.updatepsa/begin readonly UPDATEPSAEND=./.updatepsa/end - readonly OPKG_CMDS_TMP=/tmp/opkg_commands - readonly GIT_PULL_TMP=/tmp/git_pull + # name of file containing the logs following a 'git pull': + # basically, there are two kinds of entries: + readonly GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv readonly PROGRAM=`basename $0` readonly WORKSPACE_DIR=workspace