Skip to content

Commit f7abfcf

Browse files
committed
make filenames used to trigger resets generic
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
1 parent d8796af commit f7abfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lib/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
'ENABLED': True,
6464
'KERNEL_CMD': '/proc/cmdline',
6565
'SET_CLOCK_CMD': '/sbin/hwclock --systohc --utc',
66-
'XBMC_RESET_FILE': f'{CONFIG_CACHE}/reset_xbmc',
67-
'LIBREELEC_RESET_FILE': f'{CONFIG_CACHE}/reset_oe',
66+
'XBMC_RESET_FILE': f'{CONFIG_CACHE}/reset_soft',
67+
'LIBREELEC_RESET_FILE': f'{CONFIG_CACHE}/reset_hard',
6868
'KEYBOARD_INFO': '/usr/share/X11/xkb/rules/base.xml',
6969
'UDEV_KEYBOARD_INFO': f'{CONFIG_CACHE}/xkb/layout',
7070
'NOX_KEYBOARD_INFO': '/usr/lib/keymaps',

0 commit comments

Comments
 (0)