summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault "bui" Koechlin2015-03-03 16:38:13 +0100
committerThibault "bui" Koechlin2015-03-03 16:38:13 +0100
commitd7b6fcad0bc7c870da2f3390272e7816e62c69cb (patch)
tree0843a2ae14c3b4dd64292aea0a00cda016feb50e
parentbba50a76472c92b2dca29ed04cb416ef8fb2f9d8 (diff)
add sleep to avoid dosing nas
-rwxr-xr-xscript.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/script.sh b/script.sh
index 3509be4..8ccbe72 100755
--- a/script.sh
+++ b/script.sh
@@ -5,6 +5,6 @@ mkdir -p "$MOUNT_PATH"
5while read name 5while read name
6do 6do
7 mount --bind "$name" "$MOUNT_PATH" 7 mount --bind "$name" "$MOUNT_PATH"
8 python ./scanner.py -f "$MOUNT_PATH" 8 python ./scanner.py -f "$MOUNT_PATH" -t 1
9 umount "$MOUNT_PATH" 9 umount "$MOUNT_PATH"
10done 10done \ No newline at end of file