mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +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
|
.tern-port
|
||||||
.vscode
|
.vscode
|
||||||
status.json
|
status.json
|
||||||
nextcloud_config.json
|
conf.json
|
||||||
auto_backup_config.json
|
|
@ -1,6 +1,6 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
const settingsPath = "./config.json"
|
const settingsPath = "./conf.json"
|
||||||
|
|
||||||
|
|
||||||
function getSettings(){
|
function getSettings(){
|
||||||
|
Loading…
Reference in New Issue
Block a user