mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
init: silence warning while install cron job
This commit is contained in:
parent
01cc2e1cae
commit
81ae8dff8c
@ -500,7 +500,7 @@ EOF
|
||||
EOF
|
||||
;;
|
||||
esac
|
||||
crontab -u git /tmp/cron.git && rm -rf /tmp/cron.git
|
||||
crontab -u git /tmp/cron.git 2>/dev/null && rm -rf /tmp/cron.git
|
||||
|
||||
# watch the access logs
|
||||
tail -F /var/log/nginx/gitlab_access.log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user