mayan-edms - Bump to version 4.2.5
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user