diff options
| author | 2026-07-05 22:37:09 -0600 | |
|---|---|---|
| committer | 2026-07-05 22:37:09 -0600 | |
| commit | b211f4e15c62a9f3e596f6d5662839360a349eaa (patch) | |
| tree | ac3cc8e9025a102bbca1ad9241a47623fa8f3296 | |
| parent | init (diff) | |
bust_cache - only echo if successful
| -rwxr-xr-x | bust_cache | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ #!/bin/sh -rm -rf /var/cache/cgit/* - -echo busted +rm -rf /var/cache/cgit/* && echo busted |
