diff --git a/dbench b/dbench index 879418c6..3e1911c9 100755 --- a/dbench +++ b/dbench @@ -40,9 +40,7 @@ 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" + docker exec -it frappe bash -c "cat ~/frappe-bench/sites/site1.local/site_config.json" elif [ $1 == 'init' ] then