mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
kodi: pastekodi: log cacert.pem if needed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user