Moved state.json. Conflict with filenames

This commit is contained in:
Petros Angelatos 2013-07-21 02:27:45 +01:00
parent 309a1d2036
commit eee7df97eb
3 changed files with 2 additions and 7 deletions

1
data/state.json Normal file
View File

@ -0,0 +1 @@
{"virgin":true}

View File

@ -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'

View File

@ -1,6 +0,0 @@
{
"virgin": true,
"uuid": null,
"gitUrl": null,
"gitHead": null
}