Update ioncube.sh
This commit is contained in:
parent
04c0ab1b04
commit
6abd0efadf
|
|
@ -21,8 +21,8 @@ unzip ioncube_loaders_lin_x86-64.zip
|
||||||
rm ioncube_loaders_lin_x86-64.zip
|
rm ioncube_loaders_lin_x86-64.zip
|
||||||
|
|
||||||
#remove the ioncube directory if it exists
|
#remove the ioncube directory if it exists
|
||||||
if [ -d "ioncube" ]; then
|
if [ -d "$(dirname "$0")/ioncube" ]; then
|
||||||
rm -Rf ioncube
|
rm -Rf $(dirname "$0")/ioncube
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#copy the loader to the correct directory
|
#copy the loader to the correct directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue