mirror of
https://github.com/unraid/api.git
synced 2026-01-12 03:30:08 -06:00
fix: typo, remove dirname
This commit is contained in:
@@ -47,7 +47,7 @@ export const keyFile = () => {
|
||||
// Watch the directory where the key file is meant to reside
|
||||
// This is to ensure we get the key file even if it changes names
|
||||
// For example if someone has a Basic.key and then it changes to Pro.key
|
||||
const keyDirectory = dirname('/boot/config/');
|
||||
const keyDirectory = '/boot/config/';
|
||||
|
||||
const watcher = chokidar.watch(keyDirectory, {
|
||||
persistent: true,
|
||||
|
||||
Reference in New Issue
Block a user