summarylogtreecommitdiffstats
path: root/homebridge.install
diff options
context:
space:
mode:
authorGoliathLabs2020-04-24 22:00:35 +0200
committerGoliathLabs2020-04-24 22:00:35 +0200
commitede2f74eda4214db394d296dc9838ac8d547a539 (patch)
tree895e4a757453eec8dbae6d25049655d5fdd7364f /homebridge.install
parentde212e12e968f9a3eaa7eaa28d9cb9b2a2ae1460 (diff)
downloadaur-ede2f74eda4214db394d296dc9838ac8d547a539.tar.gz
Updated: Dependency
Diffstat (limited to 'homebridge.install')
-rw-r--r--homebridge.install24
1 files changed, 12 insertions, 12 deletions
diff --git a/homebridge.install b/homebridge.install
index e2787d7787b1..77f8cac04588 100644
--- a/homebridge.install
+++ b/homebridge.install
@@ -5,18 +5,18 @@ post_install() {
getent passwd ${_NAME} > /dev/null || useradd -d /var/lib/${_NAME} -s /bin/false -r ${_NAME} > /dev/null
chown -R ${_NAME}:${_NAME} /var/lib/${_NAME}
- echo ""
- echo "A sample configuration file is provided at /usr/lib/node_modules/homebridge/config-sample.json"
- echo "Copy this to /var/lib/${_NAME}/config.json and edit accordingly"
- echo " cp /usr/lib/node_modules/homebridge/config-sample.json /var/lib/${_NAME}/config.json"
- echo " chown ${_NAME}:${_NAME} /var/lib/${_NAME}/config.json"
- echo " \$EDITOR /var/lib/${_NAME}/config.json"
- echo ""
- echo "You can then start the service as follows:"
- echo " systemctl start homebridge"
- echo ""
- echo "If you get a DNS related error on startup, make sure avahi-daemon is running (systemctl status -l avahi-daemon.service)"
- echo ""
+ echo ""
+ echo "A sample configuration file is provided at /usr/lib/node_modules/homebridge/config-sample.json"
+ echo "Copy this to /var/lib/${_NAME}/config.json and edit accordingly"
+ echo " cp /usr/lib/node_modules/homebridge/config-sample.json /var/lib/${_NAME}/config.json"
+ echo " chown ${_NAME}:${_NAME} /var/lib/${_NAME}/config.json"
+ echo " \$EDITOR /var/lib/${_NAME}/config.json"
+ echo ""
+ echo "You can then start the service as follows:"
+ echo " systemctl start homebridge"
+ echo ""
+ echo "If you get a DNS related error on startup, make sure avahi-daemon is running (systemctl status -l avahi-daemon.service)"
+ echo ""
}
post_upgrade() {