Skip to content

Commit

Permalink
fix TEZBAKE_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Feb 12, 2024
1 parent ae5fcfb commit 9af5f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tezpeak/assets/tezpeak.ascend.template.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
environment: {
HOME: {{{ROOT_DIR}}}
TEZPEAK_CONFIG_FILE: {{{ROOT_DIR}}}/config.hjson
TEZBAKE_HOME: {{{model.TEZBAKE_HOME}}}}
TEZBAKE_HOME: {{{model.TEZBAKE_HOME}}}
}
working_directory: {{{ROOT_DIR}}}/data
restart: always
Expand Down
2 changes: 1 addition & 1 deletion src/__tezpeak/assets/tezpeak.template.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Restart=always

Environment="HOME={{{ROOT_DIR}}}"
Environment="TEZPEAK_CONFIG_FILE={{{ROOT_DIR}}}/config.hjson"
Environment="TEZBAKE_HOME={{{model.TEZBAKE_HOME}}}}"
Environment="TEZBAKE_HOME={{{model.TEZBAKE_HOME}}}"

WorkingDirectory={{{ROOT_DIR}}}/data

Expand Down
2 changes: 1 addition & 1 deletion src/specs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "tzc.tezpeak",
"version": "0.0.8+0.0.6",
"version": "0.0.9+0.0.6",
"dependencies": [
{
"id": "xtz.base"
Expand Down

0 comments on commit 9af5f88

Please sign in to comment.