From 22c960caa730c71422b1aad613c3c104a3b01f3b Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 14 Jun 2022 11:11:51 +0200 Subject: [PATCH] mayan-edms - Bump to version 4.2.5 --- seqs/mayan-edms.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seqs/mayan-edms.sh b/seqs/mayan-edms.sh index 4667cbd..058cc6a 100755 --- a/seqs/mayan-edms.sh +++ b/seqs/mayan-edms.sh @@ -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"