From 5928778fc1af36c5994f7cce56b3c10de05b882f Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Sun, 5 Jul 2015 09:31:55 -0400 Subject: testing/h2o: Corrected mistake in pre-install --- testing/h2o/h2o.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/h2o/h2o.pre-install') diff --git a/testing/h2o/h2o.pre-install b/testing/h2o/h2o.pre-install index 11474f5afe2..7fc8104e181 100755 --- a/testing/h2o/h2o.pre-install +++ b/testing/h2o/h2o.pre-install @@ -2,6 +2,6 @@ adduser -s /sbin/nologin -h /var/www -D -S -H h2o 2>/dev/null addgroup -g 82 -S www-data 2>/dev/null -addgroup h2o www-data 2/dev/null +addgroup h2o www-data 2>/dev/null exit 0 -- cgit v1.2.3