Skip to content

Commit eb215ef

Browse files
committed
locale
1 parent 92a57bc commit eb215ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ fi
2222

2323
# Force Locale
2424

25+
# locale-gen en_IE en_IE.UTF-8 en_US.UTF-8
26+
2527
echo "LC_ALL=en_US.UTF-8" >> /etc/default/locale
26-
locale-gen en_US.UTF-8
28+
locale-gen en_IE en_IE.UTF-8 en_US.UTF-8
2729

2830
# Add www user and group
2931
addgroup www

0 commit comments

Comments
 (0)