Dont change ownership to crond.pid

This commit is contained in:
flow.gunso
2019-04-24 17:20:14 +02:00
parent ab2c6dc1a7
commit 2f465ca270

View File

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