From ca27fdac2ba8d385e7a847b5a40a546022575e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:53:37 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ab65081..cd45cd9 100755 --- a/scripts/install +++ b/scripts/install @@ -22,7 +22,7 @@ chmod +x "$install_dir/ttyd" # Get only the ttyd-login script ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh" mv "$install_dir/httpsh/usr/local/bin/ttyd-login" "$install_dir/httpsh-ttyd-login" -ynh_secure_remove --file="$installdir/httpsh" +ynh_secure_remove --file="$install_dir/httpsh" ynh_add_config --template="../conf/ttyd_httpsh.conf" --destination="$install_dir/ttyd_httpsh.conf"