diff --git a/assets/docker-cron-entrypoint.sh b/assets/docker-cron-entrypoint.sh index 72b4189..39ea374 100644 --- a/assets/docker-cron-entrypoint.sh +++ b/assets/docker-cron-entrypoint.sh @@ -39,7 +39,6 @@ if [ "$GID" != "1000" ]; then fi # Set the files ownership. -chown $UID.$GID /var/run/crond.pid chown $UID.$GID /home/seafuser/infinite-seaf-cli-start.sh chown $UID.$GID /home/seafuser/entrypoint.sh chown $UID.$GID -R /volume