Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Oct 15, 2024
1 parent db68d20 commit 5925b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs-build/usr/local/bin/oc_install
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if test "$dist" = "develop"; then
sudo cp -R build/opencast-dist-develop-*/. "${OPENCAST_HOME}"
else
log "oc_install" "Extract archive"
sudo tar -xzf build/opencast-dist-$dist-*.tar.gz --strip 1 -C "${OPENCAST_HOME}"
sudo tar -xzf "build/opencast-dist-$dist-*.tar.gz" --strip 1 -C "${OPENCAST_HOME}"
fi

log "oc_install" "Create folders"
Expand Down

0 comments on commit 5925b88

Please sign in to comment.