summarylogtreecommitdiffstats
path: root/shim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shim.sh')
-rwxr-xr-xshim.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/shim.sh b/shim.sh
new file mode 100755
index 000000000000..e7f9d8e97604
--- /dev/null
+++ b/shim.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+LANG="${SUNLOGINREMOTE_LANG:-zh_CN}"
+export LANG
+exec /opt/sunloginremote/bin/sunloginremote "$@"