From 4bd1640763be56f04c3294ba6fc9d544c349d282 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Fri, 20 Jan 2023 11:30:43 +0100 Subject: [PATCH] TTYD --- instance-scripts/scripts/ttyd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance-scripts/scripts/ttyd.sh b/instance-scripts/scripts/ttyd.sh index 8ca8e5c..e7016e6 100644 --- a/instance-scripts/scripts/ttyd.sh +++ b/instance-scripts/scripts/ttyd.sh @@ -10,4 +10,4 @@ chmod +x /root/ttyd/ttyd.x86_64 curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/ttyd.service -o etc/systemd/system/ttyd.service sed -i "s|%user_password%|$(scw-userdata user_password)|g" /etc/systemd/system/ttyd.service -systemctl enable ttyd.service && systemctl start ttyd.service \ No newline at end of file +systemctl enable ttyd.service && systemctl start ttyd.service -- GitLab