1
0
Fork 0
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:
Éric Gaspar 2024-06-23 09:31:00 +02:00
parent 0a44374af3
commit dd35df34e1

View file

@ -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