Chipsee / industrial-pi

Industrial Pi drivers for LCD, touch panel, WiFi, Bluetooth, RTC, serial ports, SD cards, 4G module.
https://chipsee.com/product-category/ipc/?query_type_cpu=or&filter_cpu=cortex-a53-raspberry-pi,cortex-a72-raspberry-pi
6 stars 7 forks source link

added variable for used user in chipsee-init.sh #10

Open longGr opened 1 week ago

longGr commented 1 week ago

Applying suggestion from issue #9. User is now read from /boot/userconf with the following command:

USER=$(head -1 /boot/userconf | cut -d':' -f1)