Skip to content

Commit

Permalink
Merge pull request #179 from antonlacon/reset-filenames
Browse files Browse the repository at this point in the history
make filenames used to trigger resets generic
  • Loading branch information
chewitt authored Mar 10, 2021
2 parents 7f4fd45 + f7abfcf commit f9ccb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lib/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
'ENABLED': True,
'KERNEL_CMD': '/proc/cmdline',
'SET_CLOCK_CMD': '/sbin/hwclock --systohc --utc',
'XBMC_RESET_FILE': f'{CONFIG_CACHE}/reset_xbmc',
'LIBREELEC_RESET_FILE': f'{CONFIG_CACHE}/reset_oe',
'XBMC_RESET_FILE': f'{CONFIG_CACHE}/reset_soft',
'LIBREELEC_RESET_FILE': f'{CONFIG_CACHE}/reset_hard',
'KEYBOARD_INFO': '/usr/share/X11/xkb/rules/base.xml',
'UDEV_KEYBOARD_INFO': f'{CONFIG_CACHE}/xkb/layout',
'NOX_KEYBOARD_INFO': '/usr/lib/keymaps',
Expand Down

0 comments on commit f9ccb2f

Please sign in to comment.