document env-to-ini env saving

This commit is contained in:
pat-s 2023-07-17 07:42:51 +02:00
parent 6814f7f6d9
commit f66a192d45
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ stringData:
env2ini::log "...Initial secrets generated\n"
}
# save existing envs prior to script execution. Necessary to keep order of preexisting and custom envs
env | (grep GITEA || [[ $? == 1 ]]) > /tmp/existing-envs
# MUST BE CALLED BEFORE OTHER CONFIGURATION