37 lines
903 B
Plaintext
37 lines
903 B
Plaintext
# ==========
|
|
# - Configuration file for script remote-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
|
|
|
|
# - OFFICE_BASE_DIR
|
|
# -
|
|
# - This is the base directory. For each Gateway/Network, there is a seperate
|
|
# - folder, which contains all the configuration files and directories.
|
|
# -
|
|
# - Default value: $HOME/Office_Networks
|
|
# -
|
|
#OFFICE_BASE_DIR="$HOME/Office_Networks"
|
|
|
|
# - REMOTE_USER
|
|
# -
|
|
# - This remote user hold all configuration file in a subdirectory of
|
|
# - his/her home directory (called <NAME>-config - i.e. B3-Bornim-config)
|
|
# -
|
|
# - Default value: chris
|
|
# -
|
|
#REMOTE_USER="chris"
|
|
|