diff options
author | Karel Kočí <cynerd@email.cz> | 2018-10-10 22:48:15 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-10-10 22:48:15 +0200 |
commit | 97f0af3b6a67175dc28bab477413e446e9a467e7 (patch) | |
tree | f45bd029b4ba915e23eeafde3af6e2d552f0ac34 /templates | |
parent | 0a442b052000d5deeb1d0bf3db79a3fe7b5daa93 (diff) | |
download | laminar-cnf-97f0af3b6a67175dc28bab477413e446e9a467e7.tar.gz laminar-cnf-97f0af3b6a67175dc28bab477413e446e9a467e7.tar.bz2 laminar-cnf-97f0af3b6a67175dc28bab477413e446e9a467e7.zip |
turris4x: fix syntax error in run script
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index 49d82cb..3b16bc1 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -33,7 +33,6 @@ else tar -czf openwrt.tar.gz openwrt mv openwrt.tar.gz "$WORKSPACE/openwrt.tar.gz" mv git-hash "$WORKSPACE/openwrt-git-hash" -EOF fi cd openwrt |