summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go-livepeer.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/go-livepeer.install b/go-livepeer.install
index 934a6b27be57..e93e028f021c 100644
--- a/go-livepeer.install
+++ b/go-livepeer.install
@@ -1,7 +1,7 @@
post_install() {
id livepeer 2>/dev/null || useradd -r -U -M -s /bin/false -d /var/lib/livepeer livepeer
mkdir -p "/var/lib/livepeer"
- chown livepeer.livepeer /var/lib/livepeer
+ chown livepeer:livepeer /var/lib/livepeer
echo -e "####################################################"
echo -e "## Before first start you must edit the Livepeer ##"
echo -e "## configuration file with your orchestrator info ##"