Skip to content
Snippets Groups Projects
Commit 6b60b692 authored by Till Korten's avatar Till Korten
Browse files

fixed locale error

parent 5560f67a
No related branches found
No related tags found
1 merge request!3synced branches
Pipeline #9312 passed
#!/bin/bash
exe=$(basename "$0")
ssh -i /.ssh/id_rsa -o UserKnownHostsFile=/.ssh/known_hosts tauruslogin3 /usr/bin/"$exe" "$@"
\ No newline at end of file
LC_ALL="en_US.UTF-8" ssh -i /.ssh/id_rsa -o UserKnownHostsFile=/.ssh/known_hosts tauruslogin3 /usr/bin/"$exe" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment