summarylogtreecommitdiffstats
path: root/piavpn-bin.install
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2021-03-05 09:14:48 +0100
committersolsTiCe d'Hiver2021-03-05 09:14:48 +0100
commitcbdbc455e4232a8ed31fadd014f6b3007f215251 (patch)
tree29a7955f65d8a39ec24c6de0f9b51968842ae1e7 /piavpn-bin.install
parenta0d20fc53be62ffad5909467c3e874e18a8945a4 (diff)
downloadaur-cbdbc455e4232a8ed31fadd014f6b3007f215251.tar.gz
Fix syntax error in post_install function
Diffstat (limited to 'piavpn-bin.install')
-rw-r--r--piavpn-bin.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/piavpn-bin.install b/piavpn-bin.install
index 8cc6c48887de..d863d92c4894 100644
--- a/piavpn-bin.install
+++ b/piavpn-bin.install
@@ -20,8 +20,8 @@ pre_install() {
}
post_install() {
- echo "You need to start the daemon with `sudo systemctl start piavpn.service`"
- echo "Also run `sudo systemctl enable piavpn.service` to make it automatically start at boot"
+ echo "You need to start the daemon with 'sudo systemctl start piavpn.service'"
+ echo "Also run 'sudo systemctl enable piavpn.service' to make it automatically start at boot"
}
pre_remove() {