mayan-edms - Bump to version 4.2.5

This commit is contained in:
2022-06-14 11:11:51 +02:00
parent 1116b6082c
commit 22c960caa7

View File

@@ -1,7 +1,7 @@
#!/bin/bash
toolName="Mayan EDMS"
toolVersion="4.2.1"
toolVersion="4.2.5"
toolRoot="/opt/mayan-edms"
toolMediaFolder="/opt/mayan-edms/media"
@@ -138,7 +138,7 @@ step_10() {
endReturn -o $?
toolScript performupgrade
#toolScript preparestatic --noinput # only < 3.4
case $1 in
case "${1:-}" in
"super")
# Generating new supervisor file
step supervisorconf ;;
@@ -152,7 +152,7 @@ step_13_info() { echo "$toolName management script"; }
step_13_alias() { echo "manage"; }
step_13() {
shift
if [ -z "$1" ] || [ "$1" == "" ] ; then
if [ -z "${1:-}" ] || [ "${1:-}" == "" ] ; then
echo -n "Command (empty for help): "
if dry; then
echo " dryrun"