update
This commit is contained in:
parent
cdf69ad7d8
commit
eea032f115
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "apache">
|
<!ENTITY name "apache">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.09.16">
|
<!ENTITY version "2016.09.17">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!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">
|
||||||
|
@ -20,7 +20,7 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
###2016.09.16
|
###2016.09.17
|
||||||
- update plugin for 6.2 only
|
- update plugin for 6.2 only
|
||||||
###2015.09.07
|
###2015.09.07
|
||||||
- fix start and stop scripts
|
- fix start and stop scripts
|
||||||
|
@ -228,7 +228,11 @@ rm -f &plgpath;/&plgname;.txz
|
||||||
rm -f &plgpath;/&plgname;.md5
|
rm -f &plgpath;/&plgname;.md5
|
||||||
|
|
||||||
#remove installed packages
|
#remove installed packages
|
||||||
setsid removepkg &plgpath;/*.txz
|
echo "Removing installed packages..."
|
||||||
|
<![CDATA[
|
||||||
|
setsid removepkg /boot/config/plugins/apache/*.txz &
|
||||||
|
]]>
|
||||||
|
|
||||||
rm -f &plgpath;/*.txz
|
rm -f &plgpath;/*.txz
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user