add actions
This commit is contained in:
4
docker/install.sh
Executable file
4
docker/install.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# check if directory /extensions is mounted and copy extension into that dir
|
||||
[ -d /extensions ] && (echo "Found extension directory on /extensions, copying ext to that directory" && cp -r /app/* /extensions/) || echo "No extension directory found on /extensions, skipping copy"
|
||||
Reference in New Issue
Block a user