diff --git a/scripts/install b/scripts/install index df4ccff..4194e6f 100755 --- a/scripts/install +++ b/scripts/install @@ -113,13 +113,10 @@ ynh_add_nginx_config ynh_script_progression --message="Adding a configuration file..." --weight=2 ynh_add_config --template="../conf/.env-sample" --destination="$final_path/.env" -#ynh_add_config --template="../conf/servers.json" --destination="$final_path/servers.json" chmod 400 "$final_path/.env" chown $app:$app "$final_path/.env" -#$final_path/bin/cli api-key:generate --domain-only=$domain - #================================================= # SETUP SSOWAT #=================================================