From 3bea3386524ef9fe590d2bee28368fc51541ef1d Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 4 Oct 2023 17:55:43 +0200 Subject: [PATCH] plus qu'a demarrer a par default et a rendre joli --- script.sh | 3 +++ user_data/logs/custom.txt | 0 version | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 script.sh create mode 100644 user_data/logs/custom.txt diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..7f25efd --- /dev/null +++ b/script.sh @@ -0,0 +1,3 @@ +while IFS= read -r newline; do + redis-cli publish console "$newline" +done < <(tail -f /app/MsRewards-Reborn/Flask/static/logs/custom.txt) \ No newline at end of file diff --git a/user_data/logs/custom.txt b/user_data/logs/custom.txt new file mode 100644 index 0000000..e69de29 diff --git a/version b/version index 266333c..4d794d3 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.48 +v6.6.49