summarylogtreecommitdiffstats
path: root/mozillavpn.install
diff options
context:
space:
mode:
authorXavier C. Llano2023-12-11 09:14:02 -0500
committerXavier C. Llano2023-12-11 09:14:02 -0500
commite6bfc8d93ef96581e7d7c0a4829616e15b661e8f (patch)
treeec69391f71fe71eee5d76a5d22ce71badbad5e00 /mozillavpn.install
parent80f68aceb5428fb52b478da5ddf20420e9baa749 (diff)
downloadaur-e6bfc8d93ef96581e7d7c0a4829616e15b661e8f.tar.gz
Some fixes thanks to xiota, and other typos
Diffstat (limited to 'mozillavpn.install')
-rw-r--r--mozillavpn.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/mozillavpn.install b/mozillavpn.install
index deb24f38d4c9..7cc4c49f1c39 100644
--- a/mozillavpn.install
+++ b/mozillavpn.install
@@ -1,10 +1,10 @@
post_install() {
- echo '>>> enable & start the Mozillavpn daemon with:'
+ echo '>>> enable & start the Mozilla VPN daemon with:'
echo '>>> systemctl enable mozillavpn.service'
echo '>>> systemctl start mozillavpn.service'
}
post_upgrade() {
- echo '>>> Mozillavpn daemon must be restart after updating with:'
+ echo '>>> Mozilla VPN daemon must be restart after updating with:'
echo '>>> systemctl restart mozillavpn.service'
}