From 61a287fc32804aba6501e6dfe2b4eef74b17c65b Mon Sep 17 00:00:00 2001 From: Andre LeBlanc Date: Thu, 30 May 2024 13:54:14 +0000 Subject: [PATCH] #37 Need to have _f* in the config names so that the queue check can work. Now flow_setup and flow_cleanup are working as intended --- .../config/flow/{amserver-flow.conf => amserver-flow_f01.conf} | 0 .../config/sarra/{get_from-watch.conf => get_from-watch_f02.conf} | 0 am_flow/config/sender/{am_send.conf => am_send_f04.conf} | 0 .../{bulletin_subscribe.conf => bulletin_subscribe_f05.conf} | 0 am_flow/config/watch/{watch-dir.conf => watch-dir_f03.conf} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename am_flow/config/flow/{amserver-flow.conf => amserver-flow_f01.conf} (100%) rename am_flow/config/sarra/{get_from-watch.conf => get_from-watch_f02.conf} (100%) rename am_flow/config/sender/{am_send.conf => am_send_f04.conf} (100%) rename am_flow/config/subscribe/{bulletin_subscribe.conf => bulletin_subscribe_f05.conf} (100%) rename am_flow/config/watch/{watch-dir.conf => watch-dir_f03.conf} (100%) diff --git a/am_flow/config/flow/amserver-flow.conf b/am_flow/config/flow/amserver-flow_f01.conf similarity index 100% rename from am_flow/config/flow/amserver-flow.conf rename to am_flow/config/flow/amserver-flow_f01.conf diff --git a/am_flow/config/sarra/get_from-watch.conf b/am_flow/config/sarra/get_from-watch_f02.conf similarity index 100% rename from am_flow/config/sarra/get_from-watch.conf rename to am_flow/config/sarra/get_from-watch_f02.conf diff --git a/am_flow/config/sender/am_send.conf b/am_flow/config/sender/am_send_f04.conf similarity index 100% rename from am_flow/config/sender/am_send.conf rename to am_flow/config/sender/am_send_f04.conf diff --git a/am_flow/config/subscribe/bulletin_subscribe.conf b/am_flow/config/subscribe/bulletin_subscribe_f05.conf similarity index 100% rename from am_flow/config/subscribe/bulletin_subscribe.conf rename to am_flow/config/subscribe/bulletin_subscribe_f05.conf diff --git a/am_flow/config/watch/watch-dir.conf b/am_flow/config/watch/watch-dir_f03.conf similarity index 100% rename from am_flow/config/watch/watch-dir.conf rename to am_flow/config/watch/watch-dir_f03.conf