need to find where site_config.json is

This commit is contained in:
chabad360 2018-08-01 16:39:38 -07:00
parent f4820c3810
commit 4feb7f357d

2
dbench
View file

@ -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' ]