Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CPU cores during first setup + fix SC #2468

Merged
merged 2 commits into from
Apr 2, 2023
Merged

Conversation

enoch85
Copy link
Member

@enoch85 enoch85 commented Apr 2, 2023

No description provided.

Signed-off-by: Daniel Hansson <[email protected]>
@enoch85 enoch85 merged commit fc88cc8 into master Apr 2, 2023
@delete-merged-branch delete-merged-branch bot deleted the enoch85-patch-1 branch April 2, 2023 16:35
@@ -125,7 +125,7 @@ install_if_not ffmpeg
if which nproc >/dev/null 2>&1
then
nextcloud_occ config:system:set preview_concurrency_new --value="$(nproc)"
nextcloud_occ config:system:set preview_concurrency_all --value="$(expr $(nproc) '*' 2)"
nextcloud_occ config:system:set preview_concurrency_all --value="$(($(nproc)*2))""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [shellcheck] reported by reviewdog 🐶
The mentioned syntax error was in this simple command. SC1009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant