# ========== # - Configuration file for script copy_gateway-config.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 # - OMMIT_SRC_DIR # - # - If set to 'true', saving directory '/usr/local/src' will be omittet. # - # - Default value: false # - #OMMIT_SRC_DIR=false # - LOCAL_USER # - # - The (local) user, n which home directory all configuration files # - will be saved. # - # - Default value: chris # - #LOCAL_USER="chris"