forked from norman/fusionpbx-install.sh-github-mirror
Update ioncube.sh
This commit is contained in:
4
debian/resources/ioncube.sh
vendored
4
debian/resources/ioncube.sh
vendored
@@ -21,8 +21,8 @@ unzip ioncube_loaders_lin_x86-64.zip
|
||||
rm ioncube_loaders_lin_x86-64.zip
|
||||
|
||||
#remove the ioncube directory if it exists
|
||||
if [ -d "ioncube" ]; then
|
||||
rm -Rf ioncube
|
||||
if [ -d "$(dirname "$0")/ioncube" ]; then
|
||||
rm -Rf $(dirname "$0")/ioncube
|
||||
fi
|
||||
|
||||
#copy the loader to the correct directory
|
||||
|
||||
Reference in New Issue
Block a user