Skip to content

Commit

Permalink
Fix deprecation warning in php8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Apr 8, 2023
1 parent 73de325 commit ab53490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SetupWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function generateSystemdService(bool $selfSigned): string {
[Service]
Environment=PORT=7867
Environment=NEXTCLOUD_URL=$ncUrl
${selfSigned}ExecStart=$path $config
{$selfSigned}ExecStart=$path $config
User=$user
[Install]
Expand Down

0 comments on commit ab53490

Please sign in to comment.