Mercurial > hgweb > health
changeset 4845:e93657b999ef
task #16043: Migration to GNU Health 4.0: Update gnuhealth-setup
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Tue, 11 Jan 2022 19:06:52 +0000 |
| parents | 0e76aeab5dc4 |
| children | f763345104d5 |
| files | tryton/gnuhealth-setup |
| diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/gnuhealth-setup +++ b/tryton/gnuhealth-setup @@ -1,7 +1,7 @@ #!/usr/bin/env bash # GNU Health HMIS node installer -# Version for 3.8 series +# Version for 4.0 series ############################################################################## # @@ -365,12 +365,7 @@ message "INFO" "Copying GNU Health HMIS packages to the Tryton modules directory..." cp -a ${GNUHEALTH_INST_DIR}/health* ${MODULES_DIR} || bailout ln -si ${MODULES_DIR}/health* . - rm -f ./health_webdav3_server - rm -f ./health_caldav - message "INFO" "Installing WebDAV related packages..." - ln -si ${MODULES_DIR}/health_webdav3_server ./webdav - ln -si ${MODULES_DIR}/health_caldav ./calendar # Copy LICENSE README and version files
