SiaPrime changes
This commit is contained in:
@@ -175,8 +175,8 @@ module.exports.executeMount = (directory, version, storageType, location, exitCa
|
||||
args.push('-sp');
|
||||
}
|
||||
if (os.platform() === 'linux') {
|
||||
args.push("-o");
|
||||
args.push("big_writes");
|
||||
args.push('-o');
|
||||
args.push('big_writes');
|
||||
}
|
||||
if (os.platform() === 'win32') {
|
||||
args.push('-hidden');
|
||||
|
||||
Reference in New Issue
Block a user