From c1483af0cb3de56c6bd37add86f19ca31cecf45d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 21 May 2026 22:45:45 +0200 Subject: [PATCH] Apply Bindery no need to write config --- apply.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apply.pl b/apply.pl index 8590a55..4eeb4d7 100644 --- a/apply.pl +++ b/apply.pl @@ -271,6 +271,7 @@ EOF } redirect( '/settings/users' ); + return( 1 ); } elsif( $c[1] eq 'groups' ) { @@ -324,6 +325,7 @@ EOF } redirect( '/settings/groups' ); + return( 1 ); } elsif( $c[1] eq 'queues' ) { @@ -393,6 +395,7 @@ EOF } redirect( '/settings/queues' ); + return( 1 ); } elsif( $c[1] eq 'advanced' )