From 297dd6903ba08961c3cced3b695caea678483f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 6 Jan 2024 13:00:11 +0100 Subject: [PATCH] Fix: save ssh_user --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b6231d6..688cc6f 100755 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,7 @@ if [[ "$repository" =~ $ssh_regex ]]; then fi fi +ynh_app_setting_set --app=$app --key=ssh_user --value="$ssh_user" ynh_app_setting_set --app=$app --key=server --value="$server" state="repository uncreated"