diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-21 15:15:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-21 15:15:32 +0200 |
commit | 92b7a6d42c807820ce64b1eec3c2ff395e8d021e (patch) | |
tree | 38cc9d78d85f54a0610e2d67111448169dd22440 /templates | |
parent | 3f462a98c29e54411a69c6e9b5a4dde67841809a (diff) | |
download | laminar-cnf-92b7a6d42c807820ce64b1eec3c2ff395e8d021e.tar.gz laminar-cnf-92b7a6d42c807820ce64b1eec3c2ff395e8d021e.tar.bz2 laminar-cnf-92b7a6d42c807820ce64b1eec3c2ff395e8d021e.zip |
turris: show feeds.conf
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris.run b/templates/turris.run index 2f9b3a9..16bda3d 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -25,6 +25,7 @@ else ( cd turris-build "$FILES/turris_checkout_repo_branch.sh" "$ANIMAL" + cat feeds.conf ) echo_stage "Prepare SDK" |