Commit b1c15237 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent e67c137e
Pipeline #9229 passed with stages
in 41 seconds
...@@ -35,7 +35,7 @@ _main() { ...@@ -35,7 +35,7 @@ _main() {
# allow the container to be started with `--user` # allow the container to be started with `--user`
if [ "$(id -u)" = '0' ]; then if [ "$(id -u)" = '0' ]; then
find /var/lib/manticore /var/log/manticore /var/run/manticore /etc/manticoresearch \! -user manticore -exec chown manticore '{}' + find /var/lib/manticore /var/log/manticore /var/run/manticore /etc/manticoresearch \! -user manticore -exec chown manticore '{}' +
rm /tmp/reindex.lock rm -rf /tmp/reindex.lock
cron cron
exec gosu manticore "$0" "$@" exec gosu manticore "$0" "$@"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment