entrypoint.sh aktualisiert
Build foundry vtt docker image and push to registry / docker (push) Successful in 48s
Build foundry vtt docker image and push to registry / docker (push) Successful in 48s
testing for existence of newer foundry main.js in different location in v13 and higher
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ chown -R ${PUID}:${PGID} /foundry
|
|||||||
FOUNDRY_MAIN_PATH=/foundry/resources/app/main.js
|
FOUNDRY_MAIN_PATH=/foundry/resources/app/main.js
|
||||||
|
|
||||||
# check for newer path used in v13 and newer
|
# check for newer path used in v13 and newer
|
||||||
if [ ! -f /foundry/main.js ]; then
|
if [ -e /foundry/main.js]; then
|
||||||
FOUNDRY_MAIN_PATH=/foundry/main.js
|
FOUNDRY_MAIN_PATH=/foundry/main.js
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user