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