Try converting the manipulated nextcloud config to string
This commit is contained in:
parent
13c48c5a3b
commit
4075bab13e
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class Context {
|
||||||
|
|
||||||
$oldContent = Get-Content ($this.GetNextcloudConfigFile());
|
$oldContent = Get-Content ($this.GetNextcloudConfigFile());
|
||||||
|
|
||||||
$(
|
[string[]]$(
|
||||||
for ($i = 0; $i -lt $oldContent.Count; $i++) {
|
for ($i = 0; $i -lt $oldContent.Count; $i++) {
|
||||||
if ($_ -eq "[Accounts]") {
|
if ($_ -eq "[Accounts]") {
|
||||||
$accountSectionEntered = $true;
|
$accountSectionEntered = $true;
|
||||||
|
|
Loading…
Reference in a new issue