From 0512cfbb570828b7f7c64c32bf339ad8fbd0c24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Mar 2023 22:38:08 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4b1f194..bc0bd52 100755 --- a/scripts/install +++ b/scripts/install @@ -103,7 +103,7 @@ chown -R $app:www-data "$data_dir" ynh_script_progression --message="Adding a configuration file..." --weight=1 pushd $install_dir - password_hash=$(echo $(./galene-password-generator $password)) + password_hash=(echo $(./galene-password-generator $password)) popd # Configure Galène