mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Moved state.json. Conflict with filenames
This commit is contained in:
parent
309a1d2036
commit
eee7df97eb
1
data/state.json
Normal file
1
data/state.json
Normal file
@ -0,0 +1 @@
|
||||
{"virgin":true}
|
@ -1,5 +1,5 @@
|
||||
module.exports =
|
||||
STATE_FILE: '/opt/ewa-client-bootstrap/state.json'
|
||||
STATE_FILE: '/opt/ewa-client-bootstrap/data/state.json'
|
||||
API_ENDPOINT: 'http://paras.rulemotion.com:1337'
|
||||
HAKI_PATH: '/home/haki'
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"virgin": true,
|
||||
"uuid": null,
|
||||
"gitUrl": null,
|
||||
"gitHead": null
|
||||
}
|
Loading…
Reference in New Issue
Block a user