Incorporated changes for release 1.4.2

This commit is contained in:
2026-02-24 20:55:46 -05:00
parent 89f7506fa7
commit 97249aa600
6 changed files with 35 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
# SPDX-License-Identifier: GPL-2.0
DRS_VERSION="1.4.0"
DRS_VERSION="1.4.2"
DOC_ROOT="/var/www"
INSTALL_LOC="opendrs"
APACHE_USER="www-data"
@@ -426,7 +426,7 @@ then
# apply database updates
mysql -u"$curr_username" -f -D $curr_dbname < opendrs-update.sql >/dev/null 2>&1
# apply updates to existing db.php
./opendrs-update.sh $install_path
bash ./opendrs-update.sh $install_path
# copy distribution to install location
echo "Installing distribution . . ."
cp -R distfiles/* $install_path