diff options
author | kaa <kaa@disroot.org> | 2024-09-29 12:47:00 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2024-09-29 12:47:00 -0700 |
commit | 7157fac03485b30b3ad7c2ea0a0cdd4286ba3e6e (patch) | |
tree | 54ef0cbbc455954b1a95055fd7800158f9b27f80 /update.sh | |
parent | 668cd9eca08982c9efb5d8bb846cbf8a2e78047d (diff) |
monthly.sh
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,6 +20,7 @@ done if [ $up -eq 1 ] then curl "https://$combo@$api/list" > files.json + ssh kaa@mesacsclub.com "ls /var/www/htdocs/kaa/Photo" | sort -r > photo fi if [ $files -eq 1 ] @@ -38,7 +39,7 @@ then cp $i $i.bup done - ./drawn/monthly + ./drawn/monthly.sh for i in drawn/20*.html do @@ -75,7 +76,7 @@ then cp $i $i.bup done - ./photographed/monthly + ./photographed/monthly.sh for i in photographed/20*.html do |