mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Update install
This commit is contained in:
parent
ced8e5baad
commit
eba14310ed
1 changed files with 3 additions and 1 deletions
|
@ -97,9 +97,11 @@ ynh_system_user_create --username=$app --home_dir=$final_path
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="tiddlywiki..." --weight=2
|
ynh_script_progression --message="tiddlywiki..." --weight=2
|
||||||
|
|
||||||
|
chown -R $app: $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
#$nodejs_path/node $final_path/tiddlywiki mywiki --init server
|
#$nodejs_path/node $final_path/tiddlywiki mywiki --init server
|
||||||
ynh_exec_as $app env "$ynh_node_load_PATH" $final_path/tiddlywiki mywiki --init server
|
env "$ynh_node_load_PATH" $final_path/tiddlywiki mywiki --init server
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue