From 5c6fdf62d16150fc72c5935f2a0067d6b4fc6b98 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 3 Feb 2022 09:51:01 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e320bf6..4e6b163 100644 --- a/scripts/install +++ b/scripts/install @@ -118,7 +118,7 @@ ynh_add_config --template="../conf/config.conf.example" --destination="$webircga chmod 600 "$final_path/static/config.json" chmod 600 "$webircgateway_path/config.conf" -chown $app:$app "$final_path/some_config_file" +chown $app:$app "$final_path/static/config.json" chown $app:$app "$webircgateway_path/config.conf" #=================================================