From ac84df6ced1431ddd4393db22ab9a9f61bd72872 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 12 Jul 2020 02:22:55 +0300 Subject: [PATCH] add idea on how fix permissions --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 85e63fc..1f212c1 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,8 @@ - generate unique password for server bot on install - parallel actions - bash completion +- fix permissions for log/ini by inotify. Example: + inotifywait -qm -e 'create' -e 'moved_to' --format %w%f /home/genzmey/test/ /home/genzmey/test2/ ###################