update plg file

This commit is contained in:
dmacias72 2016-11-12 12:22:18 -07:00
parent ecbd66896d
commit b32dc079c9

View File

@ -1,9 +1,9 @@
<?xml version='1.0' standalone='yes'?> <?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "ungit-plugin"> <!ENTITY name "ungit">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.11.06"> <!ENTITY version "2016.11.12">
<!ENTITY launch "Settings/UnGit"> <!ENTITY launch "Settings/UnGit">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -94,8 +94,8 @@ else
at -M -f &emhttp;/scripts/restart now 2>/dev/null at -M -f &emhttp;/scripts/restart now 2>/dev/null
# Cleaning old source files # Cleaning old source files
find &plgPATH;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete find &plgPATH;/ -type f -iname "&name;-plugin*.txz" ! -iname "*&version;-plugin*" -delete
find &plgPATH;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete find &plgPATH;/ -type f -iname "&name;-plugin*.md5" ! -iname "*&version;-plugin*" -delete
echo "" echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"