block-mount: add a delay between sto pand start in fstab init restart action, fixes...
[openwrt.git] / package / block-mount / files / fstab.init
index f54051e..4f1f6fb 100644 (file)
@@ -85,4 +85,8 @@ stop() {
        swapoff -a
 }
 
-
+restart() {
+       stop
+       sleep 1
+       start
+}