bugfix for forced event
This commit is contained in:
@@ -191,8 +191,8 @@ function whenfilechanges() {
|
|||||||
date
|
date
|
||||||
}
|
}
|
||||||
done
|
done
|
||||||
read -t 2 forced
|
|
||||||
echo -ne Waiting.. $( date )\\r
|
echo -ne Waiting.. $( date )\\r
|
||||||
|
read -t 2 forced
|
||||||
[ $? -eq 0 ] && eval "$@"
|
[ $? -eq 0 ] && eval "$@"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user