From ca6feb81932fc13d075daa186f1a2ffc6be3074a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 5 Jun 2018 00:16:15 +0000 Subject: [PATCH] show /opt, not /etc --- usr/share/install_helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index 6b8d324..ebefc7d 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -306,14 +306,14 @@ if [ "systemd" == "$my_system_launcher" ]; then echo "Edit the config and restart, if desired:" echo "" - echo " sudo vim /etc/$my_app/$my_app.yml" + echo " sudo vim /opt/$my_app/etc/$my_app.yml" echo " sudo systemctl restart $my_app" echo "" echo "Or disabled the service and start manually:" echo "" echo " sudo systemctl stop $my_app" echo " sudo systemctl disable $my_app" - echo " $my_app --config /etc/$my_app/$my_app.yml" + echo " $my_app --config /opt/$my_app/etc/$my_app.yml" elif [ "launchd" == "$my_system_launcher" ]; then