websoft9/docker/apphub/script/update.sh

8 lines
233 B
Bash
Raw Normal View History

2023-10-27 10:41:24 +08:00
#!/bin/bash
# update media and library
2023-10-27 11:29:19 +08:00
echo "$(date) - Compare remote version and local version" | tee -a /var/log/supervisord.log
2023-10-27 10:41:24 +08:00
2023-10-27 11:58:46 +08:00
echo "$(date) - Download remote packages and replace local data" | tee -a /var/log/supervisord.log