Set ownership to the cron.pid file

This commit is contained in:
flow.gunso
2019-04-24 11:58:15 +02:00
parent 280b42dc37
commit 00cae794a0

View File

@@ -39,8 +39,9 @@ if [ "$GID" != "1000" ]; then
fi
# Set the files ownership.
chown $UID.$GID -R /home/seafuser/infinite-seaf-cli-start.sh
chown $UID.$GID -R /home/seafuser/entrypoint.sh
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
# Run the Seafile client as the container user.