summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2016-06-07 09:50:47 -0400
committerM.Reynolds2016-06-07 09:50:47 -0400
commit31833e5ee80768e7d62709b998e0b35858df2b04 (patch)
treedf6ecd106cab9588968147fb9f3127b56b0c92fb
parent8ea2179b7b6ee9d8c35f520e65f48b7934a0559f (diff)
downloadaur-31833e5ee80768e7d62709b998e0b35858df2b04.tar.gz
Change line spacing in .install file
-rw-r--r--raid-check-systemd.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/raid-check-systemd.install b/raid-check-systemd.install
index 9c27ce39f15a..3d637d354977 100644
--- a/raid-check-systemd.install
+++ b/raid-check-systemd.install
@@ -1,6 +1,5 @@
post_install() {
echo ""
- echo ""
echo "To use this package, enable raid-check.timer with systemd."
echo "Default options run at (first Monday of each month at 08:00)"
echo ""
@@ -9,4 +8,5 @@ post_install() {
echo "Modifications made to the timer in /usr/lib/systemd will be overwritten."
echo ""
echo "System configuration in file: /etc/conf.d/raid-check"
+ echo ""
}