Try converting the manipulated nextcloud config to string

This commit is contained in:
Manuel Thalmann 2023-07-25 12:18:21 +02:00
parent 13c48c5a3b
commit 4075bab13e

View file

@ -283,7 +283,7 @@ class Context {
$oldContent = Get-Content ($this.GetNextcloudConfigFile());
$(
[string[]]$(
for ($i = 0; $i -lt $oldContent.Count; $i++) {
if ($_ -eq "[Accounts]") {
$accountSectionEntered = $true;