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
0a44374af3
commit
dd35df34e1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ynh_script_progression "Configuring $app..."
|
|||
if [ ! -f $data_dir/tiddlywiki.info ]
|
||||
then
|
||||
pushd $install_dir
|
||||
ynh_hide_warnings ynh_exec_as_app node ./tiddlywiki.js $data_dir --init server
|
||||
ynh_hide_warnings ynh_exec_as_app ./tiddlywiki.js $data_dir --init server
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue