drop rename notice about script_server.yml [ci skip]
This commit is contained in:
parent
4a77ccb0cc
commit
53c77f7efd
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ cd $(dirname $realpath)/..
|
||||||
|
|
||||||
# Check if script_server.yml exists
|
# Check if script_server.yml exists
|
||||||
if [ ! -e 'config/script_server.yml' ]; then
|
if [ ! -e 'config/script_server.yml' ]; then
|
||||||
echo "INFO: config/script_server_config.yml has been renamed to config/script_server.yml" >&2
|
|
||||||
echo 'FATAL: config/script_server.yml is missing! Copy over config/script_server.yml.example to config/script_server.yml and edit it properly!' >&2
|
echo 'FATAL: config/script_server.yml is missing! Copy over config/script_server.yml.example to config/script_server.yml and edit it properly!' >&2
|
||||||
exit 69
|
exit 69
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue