source: https://superuser.com/questions/448445/run-bash-script-in-background-and-exit-terminal nohup CMD & OR CMD & disown for example nohup python3 /home/scripts/apps/mallasupply/migration/products/migrate_table_product.py &
in case of the product page: product-cover-thumbnails.tpls line 35: <img src="{$manufacturer_image_url}" style="width:100%;" /> on product list you […]
CREATE USER 'myuser'@'localhost' IDENTIFIED BY 'mypass'; GRANT ALL ON *.* TO 'myuser'@'localhost'; CREATE USER 'myuser'@'%' IDENTIFIED BY 'mypass GRANT ALL […]
select c_bpartner_id, "name", em_mg_crm_account_id, em_mg_sync_to_msupply from adempiere.c_bpartner where c_bp_group_id = '1000003' -- and em_mg_msupply_manufacturer_id is not null and lower(c_bpartner.name) […]