Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit bf234ba

Browse files
committed
Small fix.
1 parent f2e19c7 commit bf234ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/site-add.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker exec $container \
6262
docker exec $container dev/clone_rm.sh btr_dev
6363
docker exec $container ../btr_client/dev/clone_rm.sh bcl_dev
6464
docker exec $container install/{config.sh,settings.sh}
65-
65+
docker exec $container bash -c "translation_lng=$lng /usr/local/src/btr_client/install/config/translation_lng.sh"
6666

6767
############### get the ssh key of the container ####################
6868

@@ -112,6 +112,7 @@ EOF
112112

113113
### restart wsproxy
114114
/data/wsproxy/restart.sh
115+
docker exec wsproxy /etc/init.d/apache2 restart
115116

116117

117118
####################### import translations #########################

0 commit comments

Comments
 (0)