summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
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