mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Replace __USER__ by __APP__ x_x ...
This commit is contained in:
parent
d5419029d8
commit
af6fe9b826
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ def cleanup():
|
|||
conf_replaces = [
|
||||
(r"__NAME__", "__APP__"),
|
||||
(r"__NAMETOCHANGE__", "__APP__"),
|
||||
(r"__USER__", "__APP__"),
|
||||
("__YNH_NODE__", "__NODEJS_DIR__/node"),
|
||||
("__YNH_NPM__", "__NODEJS_DIR__/npm"),
|
||||
("__YNH_NODE_LOAD_PATH__", "PATH=__PATH_WITH_NODEJS__"),
|
||||
|
|
Loading…
Add table
Reference in a new issue