1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

supervisord is now running just as supervisord instead of full path (in some Ubuntu 18.04 distros it lyes in other dirs than /usr/bin)

This commit is contained in:
Felix-Neko
2019-08-19 11:39:26 +03:00
parent 1affc9183a
commit 0552617a5b
+1 -1
View File
@@ -69,4 +69,4 @@ fi
PASSWORD=
HTTP_PASSWORD=
exec /bin/tini -- /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
exec /bin/tini -- supervisord -n -c /etc/supervisor/supervisord.conf