aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-07-05 22:37:09 -0600
committerGravatar steering72532026-07-05 22:37:09 -0600
commitb211f4e15c62a9f3e596f6d5662839360a349eaa (patch)
treeac3cc8e9025a102bbca1ad9241a47623fa8f3296
parentinit (diff)
bust_cache - only echo if successful
-rwxr-xr-xbust_cache4
1 files changed, 1 insertions, 3 deletions
diff --git a/bust_cache b/bust_cache
index 8097f5d..6c7d15d 100755
--- a/bust_cache
+++ b/bust_cache
@@ -1,5 +1,3 @@
#!/bin/sh
-rm -rf /var/cache/cgit/*
-
-echo busted
+rm -rf /var/cache/cgit/* && echo busted