summaryrefslogtreecommitdiff
path: root/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script.sh')
-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