Skip to content

Commit

Permalink
Show modification time of run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Nov 3, 2023
1 parent 0fb79d7 commit 6d887ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_meterstoha/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git clone --depth=1 "https://github.com/mdeweerd/MetersToHA.git" --no-checkout M
# shellcheck disable=SC2086,SC2090
git checkout $GIT_VERSION_STR

echo "MetersToHA Container version: $(bashio::addon.version).007"
echo "MetersToHA Container version: $(bashio::addon.version).008 @$(stat -c '%y' "${MYDIR}run.sh")"
git show -s --pretty=format:"MetersToHA Python GIT version: %h on %ad%n"
)

Expand Down

0 comments on commit 6d887ea

Please sign in to comment.