mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
need to find where site_config.json is
This commit is contained in:
parent
f4820c3810
commit
4feb7f357d
1 changed files with 2 additions and 0 deletions
2
dbench
2
dbench
|
|
@ -40,6 +40,8 @@ then
|
|||
elif [[ $1 == 'init' && $2 == '-d' ]]
|
||||
then
|
||||
frappe_installer
|
||||
docker exec -it frappe bash -c "ls frappe-bench/sites/"
|
||||
docker exec -it frappe bash -c "ls frappe-bench/sites/site1.local"
|
||||
docker exec -it frappe bash -c "cat frappe-bench/sites/site1.local/site_config.json"
|
||||
|
||||
elif [ $1 == 'init' ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue