initial commit
This commit is contained in:
9
florida/homebridge/server/init
Normal file
9
florida/homebridge/server/init
Normal 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
|
||||
Reference in New Issue
Block a user