Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
colbster937 authored Mar 13, 2024
1 parent 12cfadf commit dcbd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcbd517

Please sign in to comment.