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
d4bd0a46f0
commit
7a541c54bb
2 changed files with 1 additions and 4 deletions
|
@ -40,7 +40,7 @@ if [ ! -f $data_dir/tiddlywiki.info ]
|
|||
then
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ ynh_systemctl --service=$app --action="stop"
|
|||
#=================================================
|
||||
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
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
@ -33,10 +32,8 @@ ynh_nodejs_install
|
|||
#=================================================
|
||||
ynh_script_progression "Upgrading system configurations related to $app..."
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_config_add_nginx
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_config_add_systemd
|
||||
|
||||
yunohost service add $app --description="A non-linear personal web notebook" --log="/var/log/$app/$app.log"
|
||||
|
|
Loading…
Add table
Reference in a new issue