mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-27 21:18:39 +08:00
8 lines
233 B
Bash
8 lines
233 B
Bash
#!/bin/bash
|
|
|
|
# update media and library
|
|
|
|
echo "$(date) - Compare remote version and local version" | tee -a /var/log/supervisord.log
|
|
|
|
echo "$(date) - Download remote packages and replace local data" | tee -a /var/log/supervisord.log
|