diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-10 01:27:25 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-10 01:27:25 -0700 |
commit | 2030e9f66dfed73395fbae1d1a4107330fc7ab1b (patch) | |
tree | 5c9950ae9455192f2b77f137beda3d75e805ff8e /updatesite.command | |
parent | 0034f56612e64b411e8b0c6525d365df2266a914 (diff) |
improved updatesite script
Diffstat (limited to 'updatesite.command')
-rwxr-xr-x | updatesite.command | 2 |
1 files changed, 1 insertions, 1 deletions
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 |