Skip to content

Commit

Permalink
Update unRAID6-ZFS.plg
Browse files Browse the repository at this point in the history
  • Loading branch information
ich777 authored May 6, 2022
1 parent aa4465c commit 79dfa54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions unRAID6-ZFS.plg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "unRAID6-ZFS">
<!ENTITY author "Steini1984">
<!ENTITY version "2.1.1">
<!ENTITY version "2.1.2">
<!ENTITY repo "https://raw.githubusercontent.com/&author;/unRAID6-ZFS/master">
<!ENTITY pluginURL "&repo;/&name;.plg">
<!ENTITY plugin "/boot/config/plugins/&name;">
Expand All @@ -21,6 +21,9 @@

<CHANGES>

###2022.05.06
- When notifications via Mail is setup don't send message about download progress anymore

###2022.04.11
- Removed warning message from console on boot

Expand Down Expand Up @@ -614,7 +617,7 @@ fi

#Start Plugin Update Helper
if [ -z "$(ps aux | grep -E "inotifywait -q /boot/changes.txt -e move_self,delete_self" | grep -v "grep -E inotifywait" | awk '{print $2}')" ]; then
echo "/usr/bin/plugin_update_helper" | at now &gt; /dev/null 2&gt;&amp;1
echo "/usr/bin/plugin_update_helper" | at now -M &gt; /dev/null 2&gt;&amp;1
fi

</INLINE>
Expand Down

0 comments on commit 79dfa54

Please sign in to comment.