From c37b1f7d95bcdbdfd361f2a589fc2f9ab57a03ff Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Fri, 20 Sep 2024 16:55:08 +1000 Subject: [PATCH] add comment --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index 1718510a..a4f967bd 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,6 +7,7 @@ INSTALL_SYSTEMD_DIR=${INSTALL_SYSTEMD_DIR:-/etc/systemd/system} UNCLOUD_GITHUB_URL="https://github.com/psviderski/uncloud" UNCLOUD_VERSION=${UNCLOUD_VERSION:-latest} UNCLOUD_GROUP="uncloud" +# Add the specified user to the 'uncloud' group. UNCLOUD_GROUP_ADD_USER=${UNCLOUD_GROUP_ADD_USER:-} log() {