1 |
unnilennium |
1.1 |
--- smeserver-freepbx-0.1/root/etc/e-smith/events/actions/freepbx-checkinstall.retry_install 2008-08-15 18:03:28.000000000 +0200 |
2 |
|
|
+++ smeserver-freepbx-0.1/root/etc/e-smith/events/actions/freepbx-checkinstall 2009-03-19 11:16:34.000000000 +0100 |
3 |
|
|
@@ -33,7 +33,7 @@ |
4 |
|
|
|
5 |
|
|
# Run the install script only if it's a new install |
6 |
|
|
# Upgrades have to be done through freePBX and the online repository |
7 |
|
|
-if [ ! -d /opt/freepbx ]; then |
8 |
|
|
+if [ ! -d /opt/freepbx/admin ]; then |
9 |
|
|
mkdir -p /opt/freepbx |
10 |
|
|
if [ -e /usr/share/freepbx/sources/freepbx/ ]; then |
11 |
|
|
cd /usr/share/freepbx/sources/freepbx/ |