diff options
-rwxr-xr-x | templates/turris4x.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index 97aa745..f303e78 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -34,6 +34,7 @@ copy_sdk() { } curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash +cat git-hash if [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$WORKSPACE/openwrt-git-hash"; then echo_info "Using previous version of SDK" flock --shared "$WORKSPACE/openwrt-sdk.lock" -c copy_sdk |