You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#!/bin/bash
|
|
|
|
|
PATH="/usr/local/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/pkg/bin:/usr/pkg/sbin"
|
|
|
|
|
export PATH
|
|
|
|
|
|
|
|
|
|
exec > /tmp/daily_maint.log
|
|
|
|
|
exec 2>&1
|
|
|
|
|
|
|
|
|
|
sleep 3m;
|
|
|
|
|
|
|
|
|
|
cd /usr/local/bibliosangio
|
|
|
|
|
git pull
|
|
|
|
|
|
|
|
|
|
mkdir /tmp/dragas; cp /dragas/note.html /tmp/dragas/
|
|
|
|
|
|
|
|
|
|
docker pull biblioregistry.dragashosting.com/timeleft
|
|
|
|
|
docker pull biblioregistry.dragashosting.com/bibliochromium
|
|
|
|
|
docker pull biblioregistry.dragashosting.com/bibliomate
|
|
|
|
|
|
|
|
|
|
docker image prune -f
|