Merge branch 'master' into bookworm

pull/827/head
Adrian Batzill 2024-03-24 14:04:31 +01:00
commit 28cdfe35f3
2 zmienionych plików z 1 dodań i 1 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -76,7 +76,7 @@ cd /
rm -rf /root/stratux-update
# re-enable overlay if it is configured. TODO: switch to jq for json parsing in the future once it's available in all installations
if [ "$(cat /boot/firmware/stratux.conf | grep 'PersistentLogging.:true')" != "" ]; then
if [ "$(cat /boot/firmware/stratux.conf | grep 'PersistentLogging.:\s*true')" != "" ]; then
/sbin/overlayctl disable
else
/sbin/overlayctl enable