summarylogtreecommitdiffstats
path: root/chrome-remote-desktop.install
diff options
context:
space:
mode:
authorDaveB2016-11-16 10:37:17 +0100
committerDaveB2016-11-16 10:37:17 +0100
commit450b977bc00d71d0e6164275d831b2247b829666 (patch)
tree9d60da03da6fcac69dff07110fcdabdbeba11aef /chrome-remote-desktop.install
parenta7f2fa4d7b92c429bb6fc510f459b0ddd3deb6d4 (diff)
downloadaur-450b977bc00d71d0e6164275d831b2247b829666.tar.gz
Update to 55.0.2883.50
Diffstat (limited to 'chrome-remote-desktop.install')
-rw-r--r--chrome-remote-desktop.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome-remote-desktop.install b/chrome-remote-desktop.install
index ff9cf5675b46..e82f31c697e3 100644
--- a/chrome-remote-desktop.install
+++ b/chrome-remote-desktop.install
@@ -1,6 +1,6 @@
post_install() {
# Create chrome-remote-desktop group
- [[ $(cat /etc/group) == *chrome-remote-desktop* ]] || groupadd chrome-remote-desktop
+ [[ $(cat /etc/group) == *chrome-remote-desktop* ]] || groupadd -r chrome-remote-desktop
echo "Set up CRD by issuing the command:"
echo "crd --setup"