Remove OpenXchange

This commit is contained in:
Peter J. Holzer 2018-09-18 17:07:47 +02:00
parent 7d14bb87c0
commit 8c64f8791c
1 changed files with 0 additions and 9 deletions

9
.zjava
View File

@ -62,13 +62,4 @@ then
fi fi
done done
for i in /usr/local/openxchange
do
if [ -d "$i" ]
then
export OX_HOME="$i"
PATH=$(apppath "$i/bin" "$i/sbin")
break;
fi
done
fi fi