mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-14 09:05:10 +00:00
chore: prepare for PR
This commit is contained in:
@@ -237,7 +237,7 @@ class PrivateKey extends BaseModel
|
||||
$testSuccess = $disk->put($testFilename, 'test');
|
||||
|
||||
if (! $testSuccess) {
|
||||
throw new \Exception('SSH keys storage directory is not writable');
|
||||
throw new \Exception('SSH keys storage directory is not writable. Run on the host: sudo chown -R 9999 /data/coolify/ssh && sudo chmod -R 700 /data/coolify/ssh && docker restart coolify');
|
||||
}
|
||||
|
||||
// Clean up test file
|
||||
|
||||
Reference in New Issue
Block a user