summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-22 23:30:45 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-22 23:30:45 -0600
commit5c1bd731af75320ffe9f1a9d95741599b5883f29 (patch)
treef6c3cc809f37a4a521123b9e0ee2a67bd2831aae
parentdc3945ff931220648081a2d052c5b7e1543005c9 (diff)
downloadwebsite-5c1bd731af75320ffe9f1a9d95741599b5883f29.tar.gz
website-5c1bd731af75320ffe9f1a9d95741599b5883f29.tar.bz2
website-5c1bd731af75320ffe9f1a9d95741599b5883f29.zip
fix tar name
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 6d5556c..a7314db 100755
--- a/init
+++ b/init
@@ -1,3 +1,3 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2 2
3cd website/html && tar -czf /root/website.tar.gz * 3cd website/html && tar -czf /root/site.tar.gz *