mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Move lib/examples to lib/config-seed
This commit is contained in:
parent
8c0b87991d
commit
ba1e87e60e
3 changed files with 2 additions and 2 deletions
4
bin/init
4
bin/init
|
@ -18,8 +18,8 @@ function check_existing_config() {
|
|||
|
||||
function set_up_config_files() {
|
||||
echo "Copying config files to 'config/'"
|
||||
cp ./lib/examples/overleaf.rc ./config/
|
||||
cp ./lib/examples/variables.env ./config/
|
||||
cp ./lib/config-seed/overleaf.rc ./config/
|
||||
cp ./lib/config-seed/variables.env ./config/
|
||||
}
|
||||
|
||||
function __main__() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue