From 681911df42b53679f5d9ae42a4de79e0160d7cae Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 27 Jan 2020 16:20:57 +0000 Subject: [PATCH] core141: fix remove of go8.3.0 directory Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/141/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index 8d08035f4d..4acef7e31b 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2019 IPFire-Team . # +# Copyright (C) 2020 IPFire-Team . # # # ############################################################################ # @@ -52,7 +52,7 @@ fi # Remove files rm -f /etc/rc.d/init.d/networking/red.up/06-safe-search -rm -f /usr/lib/go/8.3.0 +rm -rf /usr/lib/go/8.3.0 # Stop services -- 2.39.2