Merge remote-tracking branch 'origin/debian' into debian-dev

CMD was not properly handled
This commit is contained in:
Benjamin Brummer
2024-12-05 13:57:10 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ docker_process_init_files() {
done
}
if [ "$*" = 'supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' ]; then
if [ "$*" = 'supervisord -c /etc/supervisor/conf.d/supervisord.conf' ]; then
# Workaround for application updates
if [ "$(ls -A /tmp/public)" ]; then
echo "Updating public folder..."