From 77ecfc6c12a438886452a1fdf280a2d1ba5c1ea0 Mon Sep 17 00:00:00 2001 From: simonredfern Date: Tue, 16 Dec 2025 14:59:29 +0100 Subject: [PATCH] flushall_build_and_run.sh --- flushall_build_and_run.sh | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 flushall_build_and_run.sh diff --git a/flushall_build_and_run.sh b/flushall_build_and_run.sh new file mode 100755 index 000000000..b38550f72 --- /dev/null +++ b/flushall_build_and_run.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# Script to flush Redis, build the project, and run Jetty +# +# This script should be run from the OBP-API root directory: +# cd /path/to/OBP-API +# ./flushall_build_and_run.sh + +set -e # Exit on error + +echo "==========================================" +echo "Flushing Redis cache..." +echo "==========================================" +redis-cli <