From ffeec658cb2cf0129da2e83df13359e31f21d595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:53:25 +0100 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) 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 #=================================================