Fix a few typos
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 2 Feb 2018 11:04:03 +0000 (12:04 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 2 Feb 2018 11:04:03 +0000 (12:04 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
input/howto/decomission.mdwn

index 84783fa..3d91911 100644 (file)
@@ -33,8 +33,8 @@
 
 ```
     dm=$(sudo multipath -ll | grep "finzi-srv " | awk '{print $3}')
-    cd /sys/devices/virtual/block/$dm &&
-    for device in $(ls -1); do "echo 1 > /sys/block/$device/device/delete"; done
+    cd /sys/devices/virtual/block/$dm/slaves &&
+    for device in $(ls -1); do echo 1 > "/sys/block/$device/device/delete"; done
     multipath -f finzi-srv
 
 ```