summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-04-26 14:06:19 +0200
committerJacek Szafarkiewicz2021-04-26 14:06:19 +0200
commitaf432275bebf09fb949f262a198a596924628e02 (patch)
treeb45381e6a5d3a694d88709ce14dc6c8b3ae5a507
parent9137ef95fef4aa02ea630754871427f6497034da (diff)
downloadaur-af432275bebf09fb949f262a198a596924628e02.tar.gz
Update install script
-rw-r--r--sunshine.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine.install b/sunshine.install
index 018b69fe0f60..e5681685a226 100644
--- a/sunshine.install
+++ b/sunshine.install
@@ -1,6 +1,6 @@
post_install() {
if ! getent group input > /dev/null; then
- echo "Creating group $GROUP_INPUT"
+ echo "Creating group input"
groupadd -r input
fi
}