We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f9aae commit f4523b2Copy full SHA for f4523b2
docker-entrypoint.sh
@@ -12,7 +12,7 @@ if ! [ -e $PLUS_SRC_PATH/public/index.php -o "$(ls -A $PLUS_SRC_PATH)" ]; then
12
exit 1
13
fi
14
15
-if ! [ -e $PLUS_TARGET_PATH/plus/index -o "$(ls -A $PLUS_TARGET_PATH)" ]; then
+if ! [ -e $PLUS_TARGET_PATH/plus/index.php -o "$(ls -A $PLUS_TARGET_PATH)" ]; then
16
echo >&2 "$PLUS_NAME not found in \"$PLUS_TARGET_PATH\" - copying now..."
17
18
if [ "$(ls -A $PLUS_TARGET_PATH)" ]; then
0 commit comments