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
fffb626c7f
commit
c24e9bf6fc
2 changed files with 1 additions and 2 deletions
|
@ -19,5 +19,4 @@ location / {
|
|||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
more_clear_input_headers 'Accept-Encoding';
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ ynh_system_user_create --username=$app --home_dir=$final_path
|
|||
ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2
|
||||
|
||||
pushd $final_path
|
||||
$nodejs_path/node tiddlywiki monwiki --init server
|
||||
$nodejs_path/node $final_path/tiddlywiki monwiki --init server
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue