summarylogtreecommitdiffstats
path: root/threadwatcher.install
diff options
context:
space:
mode:
authorAlexander Bocken2021-06-07 17:17:44 +0200
committerAlexander Bocken2021-06-07 17:17:44 +0200
commit3735e74fe177a06d99bc715cf5a3d5052787fb2b (patch)
tree61d5a0bc5bfb917586543ec2e5a71e7fd68e13e2 /threadwatcher.install
parent4ca0c576a3b775b3d38a1fce9edd214b20db8e0d (diff)
downloadaur-3735e74fe177a06d99bc715cf5a3d5052787fb2b.tar.gz
nicer display for post_install
Diffstat (limited to 'threadwatcher.install')
-rw-r--r--threadwatcher.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/threadwatcher.install b/threadwatcher.install
index 9c2d6c4d0a50..0fc1908f714b 100644
--- a/threadwatcher.install
+++ b/threadwatcher.install
@@ -1,3 +1,4 @@
post_install() {
- printf "\tTo let threadwatcher automatically scan for new files, consider using a cronjob such as\n\t\t*/10 * * * * /usr/bin/threadwatcher scan"
+ echo " To let threadwatcher automatically scan for new files, consider using a cronjob such as"
+ echo " */10 * * * * /usr/bin/threadwatcher scan"
}