Compare commits
No commits in common. "eb8192a84f3fa92093194829d2375823031a5fba" and "338cd801fd6ea615bfc9813c872fc8222f710656" have entirely different histories.
eb8192a84f
...
338cd801fd
@ -9,12 +9,7 @@ checkApplicationsConfigFilesMissingVariables()
|
|||||||
app=$(basename "$live" .config)
|
app=$(basename "$live" .config)
|
||||||
remote="$install_containers_dir$app/$app.config"
|
remote="$install_containers_dir$app/$app.config"
|
||||||
reconcileConfigFile "$live" "$remote"
|
reconcileConfigFile "$live" "$remote"
|
||||||
# 2>/dev/null on the find: app data dirs (e.g. invidious/postgresdata,
|
done < <(runFileOp find "$containers_dir" -maxdepth 2 -type f -name '*.config' ! -name '*.bak')
|
||||||
# nextcloud/html) are owned by container sub-UIDs that the manager user
|
|
||||||
# can't read into, and they're harmless permission-denied chatter — find
|
|
||||||
# at this maxdepth doesn't need to enter them to satisfy -name '*.config'
|
|
||||||
# at depth 2. Keep the noise out of CLI/log output.
|
|
||||||
done < <(runFileOp find "$containers_dir" -maxdepth 2 -type f -name '*.config' ! -name '*.bak' 2>/dev/null)
|
|
||||||
|
|
||||||
isSuccessful "Application config reconciliation completed."
|
isSuccessful "Application config reconciliation completed."
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user