mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +01:00
Change setting file name
This commit is contained in:
parent
add252bd36
commit
5d469f805c
3
.gitignore
vendored
3
.gitignore
vendored
@ -104,5 +104,4 @@ dist
|
||||
.tern-port
|
||||
.vscode
|
||||
status.json
|
||||
nextcloud_config.json
|
||||
auto_backup_config.json
|
||||
conf.json
|
@ -1,6 +1,6 @@
|
||||
const fs = require('fs');
|
||||
|
||||
const settingsPath = "./config.json"
|
||||
const settingsPath = "./conf.json"
|
||||
|
||||
|
||||
function getSettings(){
|
||||
|
Loading…
Reference in New Issue
Block a user