summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adchpp.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/adchpp.install b/adchpp.install
index 0581aadaee12..b6b32fd9fb87 100644
--- a/adchpp.install
+++ b/adchpp.install
@@ -9,7 +9,7 @@ post_install() {
}
post_upgrade() {
- systemd-sysusers prosody.conf
+ systemd-sysusers adchpp.conf
systemd-tmpfiles --create adchpp.conf
install -dm744 -o adchpp -g adchpp /var/log/adchpp
@@ -26,7 +26,7 @@ post_remove() {
first=false
printf "${green}==>${all_off} ${bold}Leftover Paths:${all_off}\n"
fi
- printf "${blue} -> ${all_off} ${bold}$path${all_off}"
+ printf "${blue} -> ${all_off} ${bold}$path${all_off}\n"
fi
done
}