Add alternate method to sync time inside the docker

This commit is contained in:
herlesupreeth
2020-09-25 08:09:00 +02:00
parent f9c33ccfa4
commit 27fad29530
16 changed files with 47 additions and 2 deletions

View File

@@ -40,3 +40,6 @@ sed -i 's|MNC|'$MNC'|g' /etc/srslte/enb.conf
sed -i 's|MCC|'$MCC'|g' /etc/srslte/enb.conf
sed -i 's|MME_IP|'$MME_IP'|g' /etc/srslte/enb.conf
sed -i 's|ENB_IP|'$ENB_IP'|g' /etc/srslte/enb.conf
# Sync docker time
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone