diff --git a/dbench b/dbench index 614857c0..879418c6 100755 --- a/dbench +++ b/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' ]