Skip to content

Commit

Permalink
fix broken pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Oct 19, 2018
1 parent 7f0c4f8 commit 46aa471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file added archive/ca.turbo-2018.10.19-x86_64-1.txz
Binary file not shown.
9 changes: 6 additions & 3 deletions plugins/ca.turbo.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.turbo">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2017.11.23">
<!ENTITY md5 "384d54a0debc88a644f15e2006003eaf">
<!ENTITY version "2018.10.19">
<!ENTITY md5 "415a255f61fb4ba5bf8c595c92b785a3">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand All @@ -13,6 +13,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">

<CHANGES>
###2018.10.19
- Fix Broken Pipe

###2017.11.23
- Reorganization as part of updates to CA proper

Expand Down Expand Up @@ -57,7 +60,7 @@
<FILE Run="/bin/bash">
<INLINE>
# Remove old 'source' files
rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null|grep -v '&version;')
rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null &#124; grep -v '&version;')
</INLINE>
</FILE>

Expand Down

0 comments on commit 46aa471

Please sign in to comment.