update
This commit is contained in:
parent
781ea533e4
commit
d57f4dec62
|
@ -76,8 +76,8 @@ sum1=$(/usr/bin/md5sum &plgpath;/&plgname;.txz)
|
||||||
sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5)
|
sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5)
|
||||||
if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
|
if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
|
||||||
echo "Wrong 'plugin' package md5 hash."
|
echo "Wrong 'plugin' package md5 hash."
|
||||||
rm &plgpath;/&plgname;.txz
|
rm &plgpath;/&plgname;.txz \
|
||||||
rm &plgpath;/&plgname;.md5
|
&plgpath;/&plgname;.md5
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
upgradepkg --install-new &plgpath;/&plgname;.txz
|
upgradepkg --install-new &plgpath;/&plgname;.txz
|
||||||
|
@ -112,11 +112,12 @@ The 'remove' script.
|
||||||
<FILE Run="/bin/bash" Method="remove">
|
<FILE Run="/bin/bash" Method="remove">
|
||||||
<INLINE>
|
<INLINE>
|
||||||
&emhttp;/scripts/stop
|
&emhttp;/scripts/stop
|
||||||
removepkg &plgpath;/&plgname;.txz
|
removepkg &plgpath;/&plgname;.txz \
|
||||||
rm -rf &emhttp;
|
&plgpath;/&pkg;
|
||||||
rm -f &plgpath;/&plgname;.txz
|
rm -rf &emhttp; \
|
||||||
rm -f &plgpath;/&plgname;.md5
|
-f &plgpath;/&plgname;.txz \
|
||||||
removepkg &plugin;/&pkg;
|
-f &plgpath;/&plgname;.md5
|
||||||
|
|
||||||
|
|
||||||
echo "Unloading ipmi drivers..."
|
echo "Unloading ipmi drivers..."
|
||||||
modprobe -r ipmi_si
|
modprobe -r ipmi_si
|
||||||
|
|
Loading…
Reference in New Issue
Block a user