Add new file

This commit is contained in:
2025-08-04 14:57:00 +02:00
parent b08c56c1ed
commit fa54d02327

3
watcher.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
inotifywait -r -m -e CLOSE_WRITE /share/docker_data/regsync/regsync.yml | while read file_path file_event file_name; do echo ${file_path}${file_name} event: ${file_event};docker restart regsync-regsync-1; done