summarylogtreecommitdiffstats
path: root/madsonic6.install
diff options
context:
space:
mode:
authorRobert Sprunk2017-02-12 14:41:53 +0100
committerRobert Sprunk2017-02-12 14:49:37 +0100
commite049311370d4a2a8255c8aec9a669e0f986e4a94 (patch)
treea36a664a7430e8fdad56f92d78a08dafdd98f157 /madsonic6.install
parent0619c98e82e1e3ef32f3d2450031ee863c67422b (diff)
downloadaur-e049311370d4a2a8255c8aec9a669e0f986e4a94.tar.gz
Update to version 6.2.9080
Instead of extracting SOME of the configuration variables into /etc/madsonic6.conf you'll have to edit madsonic.sh directly Also this package has no conflicts with subsonic besides the same default port.
Diffstat (limited to 'madsonic6.install')
-rw-r--r--madsonic6.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/madsonic6.install b/madsonic6.install
index d954ab35c44e..ee3c60c15196 100644
--- a/madsonic6.install
+++ b/madsonic6.install
@@ -3,7 +3,7 @@ post_install() {
chown -R madsonic6:madsonic6 /var/madsonic6
systemctl daemon-reload &> /dev/null
echo "*************************************************"
- echo "* Edit /etc/madsonic.conf to configure madsonic *"
+ echo "* Edit /var/madsonic6/madsonic.sh to configure madsonic *"
echo "* Start with systemctl start madsonic6.service *"
echo "*************************************************"
}