mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
- supervisord.conf defines nodaemon already
- Fix if statement
This commit is contained in:
2
debian/scripts/init.sh
vendored
2
debian/scripts/init.sh
vendored
@@ -29,7 +29,7 @@ docker_process_init_files() {
|
|||||||
done
|
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
|
# Workaround for application updates
|
||||||
if [ "$(ls -A /tmp/public)" ]; then
|
if [ "$(ls -A /tmp/public)" ]; then
|
||||||
echo "Updating public folder..."
|
echo "Updating public folder..."
|
||||||
|
|||||||
Reference in New Issue
Block a user