14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
# ----------------------------------------------------
|
|
# ---
|
|
# - Parameter Settings for Script 'update_git_repositories'
|
|
# ---
|
|
# ----------------------------------------------------
|
|
|
|
# - List of directories, which contains git repositories
|
|
# -
|
|
# - Multiple entries are possible by using a blank separated list
|
|
# -
|
|
# - Example: GIT_BASE_DIRECTORIES="/usr/local/src /root/bin"
|
|
# -
|
|
GIT_BASE_DIRECTORIES="/usr/local/src /root/bin"
|