diff --git a/scripts/install b/scripts/install index 4abf0c1..bca67eb 100644 --- a/scripts/install +++ b/scripts/install @@ -154,8 +154,8 @@ ynh_script_progression --message="Adding a config file..." ynh_add_config --template="../conf/bitwarden_rs.env" --destination="$final_path/live/bitwarden_rs.env" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$final_path/live/bitwarden_rs.env" +chown $app:$app "$final_path/live/bitwarden_rs.env" #================================================= # GENERIC FINALIZATION