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|HSS_IP|'$HSS_IP'|g' install/etc/open5gs/mme.yaml
sed -i 's|SGW_IP|'$SGW_IP'|g' install/etc/open5gs/mme.yaml
sed -i 's|PGW_IP|'$PGW_IP'|g' install/etc/open5gs/mme.yaml
sed -i 's|EPC_DOMAIN|'$EPC_DOMAIN'|g' install/etc/open5gs/mme.yaml
# Sync docker time
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone