fix: usermod command typo
This commit is contained in:
@@ -31,7 +31,7 @@ if ! id nextcloud >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Add nextcloud to postgres and valkey groups
|
# Add nextcloud to postgres and valkey groups
|
||||||
usermod --groups postgres,valkey --user nextcloud
|
usermod --groups postgres,valkey --append nextcloud
|
||||||
|
|
||||||
# Download nextcloud latest release
|
# Download nextcloud latest release
|
||||||
wget --output-document %{_tmppath}/nextcloud-latest.tar.bz2 https://download.nextcloud.com/server/releases/latest.tar.bz2
|
wget --output-document %{_tmppath}/nextcloud-latest.tar.bz2 https://download.nextcloud.com/server/releases/latest.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user