From 744c0bdd437ba0618af3edfb214b4324b4a937fc Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Oct 2014 17:28:33 -0500 Subject: [PATCH] Updating watch files for webclient auto concat script --- bin/watch_for_webclient_file_changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/watch_for_webclient_file_changes b/bin/watch_for_webclient_file_changes index a8d7e23..1c745c1 100755 --- a/bin/watch_for_webclient_file_changes +++ b/bin/watch_for_webclient_file_changes @@ -1,3 +1,3 @@ #!/bin/bash pushd /opt/iocom/user/webclient/ -ffind -v "appcache|all_desktop" | peat 'webclient_files_have_changed' +ffind -v "appcache|all_desktop|visiwebrtc.js" | peat 'webclient_files_have_changed'