Add alternate method to sync time inside the docker
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user