Redesign script 'copy_gateway-config.sh'.
This commit is contained in:
35
conf/copy_gateway-config.conf.sample
Normal file
35
conf/copy_gateway-config.conf.sample
Normal file
@ -0,0 +1,35 @@
|
||||
# ==========
|
||||
# - 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"
|
||||
|
Reference in New Issue
Block a user