initial commit

This commit is contained in:
Greg Johnson
2025-08-05 15:03:49 +10:00
parent e4ab08b1ff
commit 7581b6b8c2
15 changed files with 689 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
#
# Homebridge needs to move plugins around during updates so plugins can't be mounted directly
echo \n\n\n======================================================================\n\n\n
cp -r /tmp/plugins/* /homebridge/node_modules
ls -l /homebridge/node_modules
echo \n\n\n======================================================================\n\n\n
exec /init