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

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

Open
KonstantinaStoikou opened this issue Mar 9, 2020 · 1 comment
Open
Labels

Comments

@KonstantinaStoikou
Copy link

KonstantinaStoikou commented Mar 9, 2020

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"
@lnielsen lnielsen added the bug label May 3, 2020
@diegodelemos
Copy link
Member

I can't reproduce it, someone else can try? (My system is MacOS Mojave)

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

No branches or pull requests

3 participants