From 5cf81866d3fd7a10cbda9a81973324bb3378b77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 15 May 2023 16:33:15 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b59b752..7d7da00 100755 --- a/scripts/install +++ b/scripts/install @@ -20,7 +20,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 ynh_remove_go mkdir -p "$install_dir" -git clone https://git.j3s.sh/vore "$install_dir" --quiet +ynh_exec_warn_less git clone https://git.j3s.sh/vore "$install_dir" --quiet ynh_add_config --template="../conf/index.tmpl.html" --destination="$install_dir/files/index.tmpl.html" chmod -R o-rwx "$install_dir"