From dcbd5174612441758e5063046312e84c22b3125e Mon Sep 17 00:00:00 2001 From: Colbster937 <96893162+colbychittenden@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:20:48 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 961d114..5bfdf1a 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ echo "Description=ttyd" >> /lib/systemd/system/ttyd.service echo "After=network.target remote-fs.target nss-lookup.target" >> /lib/systemd/system/ttyd.service echo "[Service]" >> /lib/systemd/system/ttyd.service -echo "ExecStart=ttyd -p 8888 -c $webuser:$webpass bash" >> /lib/systemd/system/ttyd.service +echo "ExecStart=ttyd -p 8888 -c $webuser:$webpass reverse" >> /lib/systemd/system/ttyd.service echo "[Install]" echo "WantedBy=multi-user.target" >> /lib/systemd/system/ttyd.service