mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 07:06:30 +00:00
Add deprecation notice to old images
This commit is contained in:
parent
5c97af4fb3
commit
a4872c0f6e
6
start.sh
6
start.sh
@ -1,5 +1,11 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!! DEPRECATION NOTICE !!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
echo "The ubuntu and raspbian tags are now deprecated. The latest tag now "
|
||||
echo "is based on Ubuntu eoan supports multiple architechtures. Please use "
|
||||
echo "that instead."
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
|
||||
# If first arg is bash, we'll just execute directly
|
||||
if [ "$1" == "bash" ]; then
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user