mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-10 10:47:24 +08:00
Remove handling for 'delete_self' event
This commit is contained in:
parent
dc4c93ce41
commit
b6a93e30af
@ -7,6 +7,5 @@ inotifywait -m "$path" |
|
||||
while read -r fp event fn; do
|
||||
case "${event,,}" in
|
||||
"modify" ) echo -n "s: " && cat "$path" ;;
|
||||
"delete_self" ) echo "c: vnc" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user