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