From d228128b7ec22046abf5cb1946f1cdeb1d477b8e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 16:32:41 +0100 Subject: [PATCH] Update install --- scripts/install | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/install b/scripts/install index b9f9f61..3258c39 100755 --- a/scripts/install +++ b/scripts/install @@ -92,18 +92,6 @@ ynh_script_progression --message="Configuring system user..." --weight=1 # Create a system user ynh_system_user_create --username=$app --home_dir=$final_path -#================================================= -# SPECIFIC SETUP -#================================================= -ynh_script_progression --message="tiddlywiki..." --weight=2 - -chown -R $app: $final_path - -pushd $final_path - #$nodejs_path/node $final_path/tiddlywiki mywiki --init server - $ynh_node_load_PATH $final_path mywiki --init server -popd - #================================================= # SETUP SYSTEMD #=================================================