From a0abae7ce1705e522f4343ed9c8156cf13911fe6 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Mon, 18 Oct 2021 05:26:23 -0500 Subject: [PATCH] Makefile - removed unneeded ftp-settings message --- config_repo/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/config_repo/Makefile b/config_repo/Makefile index ec61d4b3c..458e028c3 100644 --- a/config_repo/Makefile +++ b/config_repo/Makefile @@ -115,7 +115,6 @@ install: createDirs $(CONFIGFILES) @systemctl enable allsky @echo `date +%F\ %R:%S` Setting up home environment variable... @echo "export ALLSKY_HOME=$(PDIR)" > $(DESTDIR)$(sysconfdir)/profile.d/allsky.sh - @echo `date +%F\ %R:%S` Copying default ftp-settings.sh .PHONY : install endif # Package build check endif # Root check