Changeset 3561
- Timestamp:
- 01/09/07 00:52:31 (6 years ago)
- Files:
-
- misc/deb/trunk/debian/freepbx-admin.postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
misc/deb/trunk/debian/freepbx-admin.postinst
r3550 r3561 67 67 # do the updates needed 68 68 if /usr/share/freepbx-common/install_amp --no-files ; then 69 # if it works, enable the core module70 /usr/share/freepbx-common/freepbx-module-status enable core71 else72 # this may fail for so many reasons... let the user do it itself73 # after the package has been installed74 69 echo \ 75 70 "Upgrade failed, continuing anyway. Fix your system and execute: 76 71 /usr/share/freepbx-common/install_amp --no-files 77 78 You may want also to enable the code module using this command79 (this can be done from the GUI as well):80 /usr/share/freepbx-common/freepbx-module-status enable core81 72 " 82 73 fi
