diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:28:51 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 23:28:51 -0600 |
commit | dc8838ec4963d3b6cbb4d30f038f25c68d4162bf (patch) | |
tree | 71fcfcd5bf21f7253236e92c5d5f115a9969c79b | |
parent | a76dfe8beca1392db5a1d0bc74df43fb3bdc43b6 (diff) | |
download | website-dc8838ec4963d3b6cbb4d30f038f25c68d4162bf.tar.gz website-dc8838ec4963d3b6cbb4d30f038f25c68d4162bf.tar.bz2 website-dc8838ec4963d3b6cbb4d30f038f25c68d4162bf.zip |
Update tar command
-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 | tar -cz website/html | 3 | cd website/html && tar -czf /root/website.tar.gz * |