- Updated app/integrated_crm_app.py, build.sh, conf/config.json - Added config.ini, schema.sql, send_email.py, test_db_conn.py - Added full wwwroot/ with bricks framework, all module frontends, login/main UI
5 lines
69 B
Bash
5 lines
69 B
Bash
for f in *.svg
|
|
do
|
|
sed -i '.bak' 's/${color}/currentColor/g' $f
|
|
done
|