Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
ls -l /ai/conf
|
| 3 |
-
|
| 4 |
exec java -Dloader.path=/ai/conf -Djava.security.egd=file:/dev/./urandom -jar /ai/HMDRINKS.jar
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
ls -l /ai/conf
|
| 3 |
+
|
| 4 |
exec java -Dloader.path=/ai/conf -Djava.security.egd=file:/dev/./urandom -jar /ai/HMDRINKS.jar
|