Compare commits
2 Commits
95ddc607f4
...
22b78782eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 22b78782eb | |||
| 8552fcfa87 |
+1
-1
@@ -51,7 +51,7 @@ RUN mkdir -p /app/emby-plugin && \
|
|||||||
echo ' echo "No Emby plugins directory found - skipping plugin deployment"' >> /app/deploy-plugin.sh && \
|
echo ' echo "No Emby plugins directory found - skipping plugin deployment"' >> /app/deploy-plugin.sh && \
|
||||||
echo ' echo "To enable plugin deployment, bind mount your Emby plugins directory to /emby-plugins"' >> /app/deploy-plugin.sh && \
|
echo ' echo "To enable plugin deployment, bind mount your Emby plugins directory to /emby-plugins"' >> /app/deploy-plugin.sh && \
|
||||||
echo 'fi' >> /app/deploy-plugin.sh && \
|
echo 'fi' >> /app/deploy-plugin.sh && \
|
||||||
echo 'exec python -u nfoguard.py' >> /app/deploy-plugin.sh && \
|
echo 'exec python -u main.py' >> /app/deploy-plugin.sh && \
|
||||||
chmod +x /app/deploy-plugin.sh
|
chmod +x /app/deploy-plugin.sh
|
||||||
|
|
||||||
# Set ownership
|
# Set ownership
|
||||||
|
|||||||
Reference in New Issue
Block a user