From 2030e9f66dfed73395fbae1d1a4107330fc7ab1b Mon Sep 17 00:00:00 2001
From: Kai Stevenson
Date: Mon, 10 Oct 2022 01:27:25 -0700
Subject: improved updatesite script
---
index.php | 4 ++--
updatesite.command | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.php b/index.php
index 1a3e3fa..bbb703b 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
think of.
I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another
website at
- kaistevenson.com, if you don't like static-ish sites :(. You can email me at kai@kaistevenson.com.
+ kaistevenson.com, if you don't like this one :(. You can email me at kai@kaistevenson.com.
-
@@ -27,4 +27,4 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
Etc../ /* Everything else */
-
\ No newline at end of file
+
diff --git a/updatesite.command b/updatesite.command
index 7b6ff9f..597f359 100755
--- a/updatesite.command
+++ b/updatesite.command
@@ -1,4 +1,4 @@
-rsync -avzP --rsh=ssh ~/Web/aetherdestroyer root@covalent.aetherdestroyer.net:/var/www/
+rsync -avzP --rsh=ssh . root@covalent.aetherdestroyer.net:/var/www/aetherdestroyer
if [ $# -eq 0 ]; then
exit 0
--
cgit v1.2.3-70-g09d2