Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaii committed May 17, 2020
1 parent 8f552e6 commit e269708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

if ! [ -e index.php -a -e daemon.php ]; then
if ! [ -e daemon.php -a -e public/index.php ]; then
echo >&2 "Movim not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
Expand Down

0 comments on commit e269708

Please sign in to comment.