Merge branch 'main' into add-file-tree-to-file-view-page

This commit is contained in:
Kerwin Bryant 2025-01-10 11:56:26 +08:00 committed by GitHub
commit be7a6b6057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,5 +37,5 @@ done
if [ $# -gt 0 ]; then
exec "$@"
else
exec /bin/s6-svscan /etc/s6
exec /usr/bin/s6-svscan /etc/s6
fi