Merge branch 'master' into fix/warn-on-missing-final-newline

This commit is contained in:
Georg Lauterbach 2024-01-25 18:09:08 +01:00 committed by GitHub
commit 136f0db3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function _check_improper_restart() {
if [[ -f /CONTAINER_START ]]; then
_log 'warn' 'This container was (likely) improperly restarted which can result in undefined behavior'
_log 'warn' 'Please destroy the container properly and then start DMS again'
_log 'warn' "Please use 'docker compose up --force-recreate' or equivalent (view our troubleshooting docs)"
fi
}