diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:30:45 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:30:45 -0600 |
commit | 5c1bd731af75320ffe9f1a9d95741599b5883f29 (patch) | |
tree | f6c3cc809f37a4a521123b9e0ee2a67bd2831aae | |
parent | dc3945ff931220648081a2d052c5b7e1543005c9 (diff) | |
download | website-5c1bd731af75320ffe9f1a9d95741599b5883f29.tar.gz website-5c1bd731af75320ffe9f1a9d95741599b5883f29.tar.bz2 website-5c1bd731af75320ffe9f1a9d95741599b5883f29.zip |
fix tar name
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cd website/html && tar -czf /root/website.tar.gz * | 3 | cd website/html && tar -czf /root/site.tar.gz * |