From 1c93d44796b16f4b4b9914a1acef420560321c7c Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Fri, 6 May 2022 05:15:02 +0100 Subject: [PATCH] update plugins --- dev.unraid-ox.plg | 10 +++++----- unraid-ox.plg | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev.unraid-ox.plg b/dev.unraid-ox.plg index b4f6542..995b9b3 100644 --- a/dev.unraid-ox.plg +++ b/dev.unraid-ox.plg @@ -1,9 +1,9 @@ + - + @@ -18,7 +18,7 @@ ### 2022-05-06 -- Initial release - dust v0.8.0 +- Initial release - ox 0.2.7 @@ -56,7 +56,7 @@ For more information see the [ox repository](https://github.com/curlpipe/ox). -echo "*** Removing dust ***" +echo "*** Removing ox ***" # Remove plugin related files removepkg &name;-&version; @@ -65,7 +65,7 @@ rm -rf &emhttp; rm -rf &plugin; echo -echo "*** Successfully removed dust ***" +echo "*** Successfully removed ox ***" diff --git a/unraid-ox.plg b/unraid-ox.plg index 9cd5447..6fdbc3b 100644 --- a/unraid-ox.plg +++ b/unraid-ox.plg @@ -1,9 +1,9 @@ + - + @@ -17,7 +17,7 @@ ### 2022-05-06 -- Initial release - dust v0.8.0 +- Initial release - ox 0.2.7 @@ -55,7 +55,7 @@ For more information see the [ox repository](https://github.com/curlpipe/ox). -echo "*** Removing dust ***" +echo "*** Removing ox ***" # Remove plugin related files removepkg &name;-&version; @@ -64,7 +64,7 @@ rm -rf &emhttp; rm -rf &plugin; echo -echo "*** Successfully removed dust ***" +echo "*** Successfully removed ox ***"