From 29e43f872d9f9726db34ae75a905043f3fc73acc Mon Sep 17 00:00:00 2001 From: stanley31 Date: Wed, 1 Jul 2020 18:32:37 +0800 Subject: fixed the typo to unmount disk --- bin/storage_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/storage_test.py b/bin/storage_test.py index 1481a0d..9efe41f 100755 --- a/bin/storage_test.py +++ b/bin/storage_test.py @@ -45,7 +45,7 @@ def mount(source, target): def unmount(target): - cmd = 'unmount {}'.format(target) + cmd = 'umount {}'.format(target) print('+', cmd, flush=True) sp.check_call(cmd, shell=True) -- cgit v1.2.3