summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2024-09-29 12:47:00 -0700
committerkaa <kaa@disroot.org>2024-09-29 12:47:00 -0700
commit7157fac03485b30b3ad7c2ea0a0cdd4286ba3e6e (patch)
tree54ef0cbbc455954b1a95055fd7800158f9b27f80 /update.sh
parent668cd9eca08982c9efb5d8bb846cbf8a2e78047d (diff)
monthly.sh
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 3 insertions, 2 deletions
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