mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
326b5454fa
commit
55480fa9e9
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2
|
|||
|
||||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
npm install -g tiddlywiki
|
||||
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install -g tiddlywiki
|
||||
ynh_exec_as $app env $ynh_node_load_PATH tiddlywiki mynewwiki --init server
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue