switch to new org scheme

This commit is contained in:
2023-07-10 02:48:49 +02:00
parent 8834027f5f
commit 8ca0ef234d
4 changed files with 5 additions and 22 deletions

View File

@@ -31,6 +31,6 @@ export class SmartDrive {
* @param devNameArg
*/
public async mountDeviceByName(devNameArg: string) {
await this.smartshellInstance.exec(`mount -o dmask=000,fmask=111,user /dev/sdb1 /mnt/sdb1`);
}
}