diff options
| author | Daniil Baturin <daniil@baturin.org> | 2018-06-08 20:50:12 +0200 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2018-06-08 20:50:12 +0200 |
| commit | e916c9a55ffdff970c1796829d1bee319802b353 (patch) | |
| tree | 85288e18fa3d93e6031472bb2ca66528f6778db1 /python/vyos/defaults.py | |
| parent | 6acc5f6cb03f553141b0442f5e01cbf47b8e7833 (diff) | |
| download | veeos-1x-e916c9a55ffdff970c1796829d1bee319802b353.tar.gz veeos-1x-e916c9a55ffdff970c1796829d1bee319802b353.zip | |
Move the version.json file used by newer code to /usr/share/vyos
Diffstat (limited to 'python/vyos/defaults.py')
| -rw-r--r-- | python/vyos/defaults.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py new file mode 100644 index 000000000..43f222cc7 --- /dev/null +++ b/python/vyos/defaults.py @@ -0,0 +1,3 @@ +directories = { + "data": "/usr/share/vyos/" +} |
