Skip to content

Commit f9ccb2f

Browse files
authored
Merge pull request #179 from antonlacon/reset-filenames
make filenames used to trigger resets generic
2 parents 7f4fd45 + f7abfcf commit f9ccb2f

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)