From: Alan T. DeKok Date: Wed, 5 Apr 2023 19:56:09 +0000 (-0400) Subject: remove extraneous echo X-Git-Tag: release_3_2_3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee93b98d9c6da6665a1dd6ccbe541b59c3d3731;p=thirdparty%2Ffreeradius-server.git remove extraneous echo --- diff --git a/scripts/bin/radiusd b/scripts/bin/radiusd index 3718bffdb3..7d2e5cb55b 100755 --- a/scripts/bin/radiusd +++ b/scripts/bin/radiusd @@ -1,6 +1,5 @@ #!/bin/sh DIR=$(dirname $0)/../.. PROGRAM=$(basename $0) -echo $DIR exec $DIR/build/make/jlibtool --mode=execute $FR_DEBUGGER $DIR/build/bin/local/$PROGRAM -d $DIR/raddb -D $DIR/share/ $@