mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 22:35:40 +00:00
Change 'while' style (#3365)
This commit is contained in:
@@ -15,8 +15,7 @@ if [[ ! ${UPDATE_CHECK_INTERVAL} =~ ^[0-9]+[smhd]{1}$ ]]; then
|
||||
UPDATE_CHECK_INTERVAL='1d'
|
||||
fi
|
||||
|
||||
while true
|
||||
do
|
||||
while true; do
|
||||
# get remote version information
|
||||
LATEST=$(curl -Lsf "${VERSION_URL}")
|
||||
|
||||
|
Reference in New Issue
Block a user