From 4059cb697429d5caf8fd4603746578027ff6cd07 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 29 Oct 2020 04:22:54 -0700 Subject: [PATCH] install.sh: prepare for future Config.pm installation changes Make sure that the soon to be forthcoming new Girocco::Dumper module does not actually get installed since it's strictly to be used during the installation process itself. Signed-off-by: Kyle J. McKay --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 926b425..c048458 100755 --- a/install.sh +++ b/install.sh @@ -627,6 +627,7 @@ yes '' | dd bs=1000 count=1 2>/dev/null >"$basedir/mtlinesfile" chmod a+r "$basedir/mtlinesfile" cp cgi/*.cgi "$basedir/cgi" cp -pR Girocco jobd taskd html jobs toolbox hooks apache.conf shlib.sh bin screen "$basedir" +rm -f "$basedir/Girocco/Dumper.pm" # Dumper.pm is only for the install.sh process find -H "$basedir" -type l -exec rm -f '{}' + cp -p src/can_user_push src/can_user_push_http src/get_user_uuid src/list_packs src/peek_packet \ src/rangecgi src/readlink src/strftime src/throttle src/ulimit512 src/ltsha256 \ -- 2.11.4.GIT