Skip to content

Commit

Permalink
Merge pull request #684 from thomasjacquin/config_repo-Makefile
Browse files Browse the repository at this point in the history
Makefile - removed unneeded ftp-settings message
  • Loading branch information
linuxkidd authored Oct 19, 2021
2 parents 950d9bb + a0abae7 commit 4ab38fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config_repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ab38fc

Please sign in to comment.