From 7157fac03485b30b3ad7c2ea0a0cdd4286ba3e6e Mon Sep 17 00:00:00 2001 From: kaa Date: Sun, 29 Sep 2024 12:47:00 -0700 Subject: monthly.sh --- update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index ca7d9ac..1be9d45 100755 --- a/update.sh +++ b/update.sh @@ -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 -- cgit v1.2.3