From 945f194e0a9da4aa21f5a1955b7dc0863cebecdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:13:18 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 65a7db1..73b2ab1 100644 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ ynh_psql_execute_as_root --sql="ALTER USER $db_user PASSWORD '$db_pwd';" --datab ynh_script_progression --message="Setting up source files..." # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir/live" --source_id=$architecture +ynh_setup_source --dest_dir="$install_dir/live" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"