From 4a2d4b8f8506f61be50f9ec060d57edb545b7994 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Dec 2022 18:50:22 +0100 Subject: [PATCH] Update install --- scripts/install | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/install b/scripts/install index 277cdcc..495a271 100755 --- a/scripts/install +++ b/scripts/install @@ -134,18 +134,6 @@ chmod 750 "$datadir" chmod -R o-rwx "$datadir" chown -R $app:www-data "$datadir" -#================================================= -# ADD A CONFIGURATION -#================================================= -ynh_script_progression --message="Adding a configuration file..." --weight=1 - - -ynh_add_config --template="some_config_file" --destination="$final_path/some_config_file" - - -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" - #================================================= # SETUP SYSTEMD