Script output added if running in a terminal. Some pre-script task added.

This commit is contained in:
2018-04-30 02:12:57 +02:00
parent 5b843393e6
commit 0231affd2c
2 changed files with 434 additions and 30 deletions

View File

@ -0,0 +1,35 @@
# ==========
# - Configuration file for script change_api_key.sh
# ==========
# - LOGGING
# -
# - Enables/Disables script output. Setting this value to 'true' is
# - only useful if NOT running in a terminal (i.e. as cronjob).
# -
# - If script is running in a terminal, script output is enabled and
# - cannot be disabled.
# -
# - Running this script in a
# -
# - Default value: false
# -
#LOGGING=false
# - SCHLEUDER_USER
# -
# - User under witch schleuder is running.
# -
# - Default value: schleuder
# -
#SCHLEUDER_USER="schleuder"
# - SCHLEUDER_MAIN_CONFIG
# -
# - The global schleuder configuration file
# -
# - Default value: /etc/schleuder/schleuder.yml
# -
#SCHLEUDER_MAIN_CONFIG="/etc/schleuder/schleuder.yml"