Open longGr opened 1 week ago
Applying suggestion from issue #9. User is now read from /boot/userconf with the following command:
/boot/userconf
USER=$(head -1 /boot/userconf | cut -d':' -f1)
Applying suggestion from issue #9. User is now read from
/boot/userconf
with the following command: