mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Fix in file system configuration [skip ci]
This commit is contained in:
parent
4e9456b33b
commit
20bebeb7de
@ -34,7 +34,7 @@ $exportDisk = [
|
||||
// setting the SFTP host is enough to trigger the SFTP option.
|
||||
if ('' !== env('SFTP_HOST', '')) {
|
||||
array_unshift($uploadDisk['disks'], 'sftp-upload');
|
||||
array_unshift($exportDisk['disks'], 'sftp-upload');
|
||||
array_unshift($exportDisk['disks'], 'sftp-export');
|
||||
}
|
||||
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user