Skip to content

Commit 7328705

Browse files
committed
usr/sbin/grommunio-repo: LANG=C to not run into translated messages
1 parent ed7545b commit 7328705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/sbin/grommunio-repo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
export LANG=C
23
GREEN="\x1b[32m"
34
RED="\x1b[31m"
45
TXTRST="\x1b[0m"

0 commit comments

Comments
 (0)