|
|
@ -53,4 +53,10 @@ Wrap -d "Updating some docker images" <<EOF || exit 1 |
|
|
|
docker pull docker.0k.io/letsencrypt |
|
|
|
EOF |
|
|
|
|
|
|
|
Wrap -d "Updating cron scripts" <<EOF || exit 1 |
|
|
|
ln -sfn /opt/apps/myc-manage/etc/cron.d/* /etc/cron.d/ |
|
|
|
find -L /etc/cron.d -maxdepth 1 -type l -ilname /opt/apps/myc-manage/etc/cron.d/\* -delete |
|
|
|
EOF |
|
|
|
|
|
|
|
|
|
|
|
printf "Update finished ${GREEN}successfully${NORMAL} ${GRAY}(in %.2fs)${NORMAL}.\n" "$((SECONDS - start))" |