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 16:28:50 +02:00
parent 093744f127
commit b4b1ffeead

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 ./tiddlywiki.js $data_dir --init server
ynh_hide_warnings ynh_exec_as_app --preserve-env=PATH ./tiddlywiki.js $data_dir --init server
popd
fi