mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: pastekodi: log cacert.pem if needed
This commit is contained in:
parent
dcd0bbac62
commit
07734490f3
@ -91,4 +91,9 @@ fi
|
||||
cat_file "${KODI_ROOT}/.smb/smb.conf"
|
||||
cat_file "${KODI_ROOT}/.smb/user.conf"
|
||||
cat_file "/run/samba/smb.conf"
|
||||
if cmp -s /etc/ssl/cacert.pem.system /run/libreelec/cacert.pem; then
|
||||
cat_data "/run/libreelec/cacert.pem is default" </dev/null
|
||||
else
|
||||
cat_file /run/libreelec/cacert.pem "/run/libreelec/cacert.pem (modified)"
|
||||
fi
|
||||
) | ${OUTPUT} 2>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user