File: openstack-debian-images-updater.cron.daily

package info (click to toggle)
openstack-debian-images 1.73
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: sh: 2,955; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if ! [ -x /usr/bin/openstack-debian-images-updater ] ; then
	exit 0
fi

mkdir -p /var/log/openstack-debian-images-updater
/usr/bin/openstack-debian-images-updater >/var/log/openstack-debian-images-updater/daily-check.log 2>&1