Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.
This repository was archived by the owner on May 10, 2023. It is now read-only.

start-from.sh: creating my-site subfolder inside my-site #62

@KonstantinaStoikou

Description

@KonstantinaStoikou

The start-from.sh copies the folder my-site itself and the content of it. As a result, you have ./my-site/my-site/my_site/....

The problem is in the following line:

cp -R "$invenio_training_folder/$exercise_tutorial_folder/solution/my-site/" "$invenio_instance_folder"

A possible solution is to change line with:

cp -R "$invenio_training_folder/$exercise_tutorial_folder/solution/my-site/" "$invenio_src_folder"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions