Skip to content

Commit 905765a

Browse files
authored
fix SC
Signed-off-by: Daniel Hansson <[email protected]>
1 parent fc88cc8 commit 905765a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/imaginary.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ install_if_not ffmpeg
125125
if which nproc >/dev/null 2>&1
126126
then
127127
nextcloud_occ config:system:set preview_concurrency_new --value="$(nproc)"
128-
nextcloud_occ config:system:set preview_concurrency_all --value="$(($(nproc)*2))""
128+
nextcloud_occ config:system:set preview_concurrency_all --value="$(("$(nproc)"*2))"
129129
else
130130
nextcloud_occ config:system:set preview_concurrency_new --value="2"
131131
nextcloud_occ config:system:set preview_concurrency_all --value="4"

0 commit comments

Comments
 (0)