Merge branch 'hotfix/3.4.5' into develop
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
case "$1" in
|
COMMAND=$1 && shift 1
|
||||||
|
|
||||||
|
case "$COMMAND" in
|
||||||
'start' )
|
'start' )
|
||||||
echo "Prestart Step 1/1 - Removing server lock"
|
echo "Prestart Step 1/1 - Removing server lock"
|
||||||
rm -f /app/tmp/pids/server.pid
|
rm -f /app/tmp/pids/server.pid
|
||||||
|
|||||||
Reference in New Issue
Block a user