1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-12-04 14:46:37 -05:00

Installation now shows the current configuration file

This commit is contained in:
Kim Holviala 2015-12-30 12:51:49 +02:00
parent 989db4a482
commit 95c8c72c1b

View File

@ -143,9 +143,17 @@ install-done:
@echo "======================================================================"
@echo
@echo "Gophernicus has now been succesfully installed. To try it out, launch"
@echo "your favorite gopher browser and navigate to this URL:"
@echo "your favorite gopher browser and navigate to your gopher root."
@echo
@echo " gopher://`hostname`/"
@echo "Gopher URL...: gopher://`hostname`/"
@for CONFFILE in /etc/sysconfig/gophernicus \
/etc/default/gophernicus \
/Library/LaunchDaemons/org.gophernicus.server.plist \
/boot/common/settings/network/services \
/lib/systemd/system/gophernicus\@.service \
/etc/xinetd.d/gophernicus \
/etc/inetd.conf; do \
if [ -f $$CONFFILE ]; then echo "Configuration: $$CONFFILE"; break; fi; done;
@echo
@echo "======================================================================"
@echo