diff --git a/rootfs-build/usr/local/bin/oc_install b/rootfs-build/usr/local/bin/oc_install index 1b0ddf9..1a95cd1 100755 --- a/rootfs-build/usr/local/bin/oc_install +++ b/rootfs-build/usr/local/bin/oc_install @@ -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"