mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-18 05:20:37 +01:00
Merge pull request #8 from nextcloud/fix/2/+x
Make binaries executable in migration
This commit is contained in:
commit
c29e9a760f
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ class RegisterBinary implements IRepairStep {
|
|||
}
|
||||
}
|
||||
|
||||
// Make all binaries executable
|
||||
chmod($binaryPath, 0755);
|
||||
|
||||
// Write the app config
|
||||
$this->config->setAppValue('spreed', 'matterbridge_binary', $binaryPath);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue