From 3f0541ec2a4539c6e0343c6430599715f3c3bc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20K=C3=B6ther?= Date: Wed, 30 Apr 2025 16:06:28 +0200 Subject: [PATCH] fix: added pscc in bridgehead.sh --- bridgehead | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bridgehead b/bridgehead index cbe7527..c97dfc6 100755 --- a/bridgehead +++ b/bridgehead @@ -35,6 +35,9 @@ case "$PROJECT" in cce) #nothing extra to do ;; + pscc) + #nothing extra to do + ;; itcc) #nothing extra to do ;;