From 7674881f2d14f040071b8b862378fc3bf7c292b6 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 10 Dec 2025 10:58:41 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/phonebox/default.nix --- modules/clan/phonebox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index 7cc3dc0..88a9a53 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -327,7 +327,7 @@ wantedBy = [ "multi-user.target" ]; path = with pkgs; [ inotify-tools asterisk ]; script = '' - inotifywait -m -e move /etc/asterisk | + inotifywait -m -e move /etc/asterisk | while read path action file; do case "$file" in pjsip.conf)