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

View file

@ -142,6 +142,7 @@ 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