mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
fix
This commit is contained in:
parent
0712595c04
commit
36a2cce00c
2 changed files with 2 additions and 2 deletions
|
@ -53,4 +53,4 @@ create_apikey() {
|
|||
|
||||
create_apikey
|
||||
|
||||
tail -f /var/log/supervisord.log
|
||||
tail -n 1000 -f /var/log/supervisord.log
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
# update media and library
|
||||
|
||||
echo "$(date) - Compare remote version and local version" | sudo tee -a /var/log/supervisord.log
|
||||
echo "$(date) - Compare remote version and local version" | tee -a /var/log/supervisord.log
|
||||
|
||||
echo "Download "
|
||||
|
|
Loading…
Reference in a new issue