summarylogtreecommitdiffstats
path: root/borgmatic.install
diff options
context:
space:
mode:
authorDan Beste2017-11-07 13:15:00 -0600
committerDan Beste2017-11-07 13:15:00 -0600
commite7fce1538f4e78f695ffaf3590e4c3e70f85d64b (patch)
tree3e84a74f78a64c7f39306cf51125978212eeb226 /borgmatic.install
parentea18acfc888a42e7822cfd486a2e4743e2c26832 (diff)
downloadaur-e7fce1538f4e78f695ffaf3590e4c3e70f85d64b.tar.gz
v1.1.11
* PKGBUILD: Upstream has switched to gittea, and the archives were mangled. This necessitated a switch to using the git repository and relevant commit IDs for the time being. * borgmatic.install: formatting & spelling improvements.
Diffstat (limited to 'borgmatic.install')
-rw-r--r--borgmatic.install22
1 files changed, 14 insertions, 8 deletions
diff --git a/borgmatic.install b/borgmatic.install
index dfb5131ee7e0..40ba1e2389aa 100644
--- a/borgmatic.install
+++ b/borgmatic.install
@@ -1,13 +1,19 @@
post_install() {
- echo ">>> WARNING: If you are updateing from a 1.0.x release you should run:"
- echo ">>> sudo upgrade-borgmatic-config"
- echo ">>> to convert your config from ini to yaml format."
- echo ">>> For more information read at: https://torsion.org/borgmatic/"
+ echo " WARNING: If you are updating from a 1.0.x release you should run:"
+ echo ""
+ echo " sudo upgrade-borgmatic-config"
+ echo ""
+ echo " to convert your config from ini to yaml format."
+ echo " For more information: https://torsion.org/borgmatic/"
}
post_upgrade() {
- echo ">>> WARNING: If you are updateing from a 1.0.x release you should run:"
- echo ">>> sudo upgrade-borgmatic-config"
- echo ">>> to convert your config from ini to yaml format."
- echo ">>> For more information read at: https://torsion.org/borgmatic/"
+ echo " WARNING: If you are updating from a 1.0.x release you should run:"
+ echo ""
+ echo " sudo upgrade-borgmatic-config"
+ echo ""
+ echo " To convert your config from ini to yaml format."
+ echo " For more information: https://torsion.org/borgmatic/"
}
+
+# vim: ts=2 sw=2 et: