mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 05:49:12 +02:00
Update 02-caddy.sh
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
sockfile="empty"
|
sockfile="empty"
|
||||||
until [[ -e /var/run/dbus/system_bus_socket ]] && [[ -e "$sockfile" ]]; do
|
until [[ -e /var/run/dbus/system_bus_socket ]] && [[ -e "$sockfile" ]]; do
|
||||||
sleep 1s
|
sleep 1s
|
||||||
sockfile="$(find /run/php -name *.sock)"
|
sockfile="$(find /run/php -name "*.sock")"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Correct fpm.sock
|
# Correct fpm.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user