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.
14 lines
438 B
14 lines
438 B
#!/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 |
|
|
|
cd /usr/local/bibliosangio |
|
git pull |
|
|
|
docker pull biblioregistry.dragashosting.com/bibliochromium |
|
docker pull biblioregistry.dragashosting.com/bibliomate |
|
|
|
docker image prune -f
|
|
|