1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
Éric Gaspar 2024-06-22 15:03:35 +02:00
parent d4bd0a46f0
commit 7a541c54bb
2 changed files with 1 additions and 4 deletions

View file

@ -40,7 +40,7 @@ if [ ! -f $data_dir/tiddlywiki.info ]
then then
pushd $install_dir pushd $install_dir
ynh_hide_warnings ynh_exec_as_app node_load_PATH ./tiddlywiki.js $data_dir --init server ynh_hide_warnings ynh_exec_as_app ./tiddlywiki.js $data_dir --init server
popd popd
fi fi

View file

@ -15,7 +15,6 @@ ynh_systemctl --service=$app --action="stop"
#================================================= #=================================================
ynh_script_progression "Upgrading source files..." ynh_script_progression "Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace ynh_setup_source --dest_dir="$install_dir" --full_replace
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
@ -33,10 +32,8 @@ ynh_nodejs_install
#================================================= #=================================================
ynh_script_progression "Upgrading system configurations related to $app..." ynh_script_progression "Upgrading system configurations related to $app..."
# Create a dedicated NGINX config
ynh_config_add_nginx ynh_config_add_nginx
# Create a dedicated systemd config
ynh_config_add_systemd ynh_config_add_systemd
yunohost service add $app --description="A non-linear personal web notebook" --log="/var/log/$app/$app.log" yunohost service add $app --description="A non-linear personal web notebook" --log="/var/log/$app/$app.log"