This commit is contained in:
chabad360 2018-08-01 17:03:03 -07:00
parent 501185d832
commit 7c51ae9ae0

2
dbench
View file

@ -40,7 +40,7 @@ then
elif [[ $1 == 'init' && $2 == '-d' ]]
then
frappe_installer
docker exec -it frappe bash -c "cat ~/frappe-bench/sites/site1.local/site_config.json"
docker exec -it frappe bash -c "bench set-config \"developer_mode\" 1 && bench clear-cache"
elif [ $1 == 'init' ]
then