summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-13 13:04:38 +0200
committersl1pkn072015-06-13 13:04:38 +0200
commitca9d94aa71c1926d6b973155804012626c1b15d8 (patch)
treeb4929186457c5690b2b4d13dba8ba02f3ad3cfb9
parent5d5df51807319b939e4e6da039caee7ac87ea5fe (diff)
downloadaur-ca9d94aa71c1926d6b973155804012626c1b15d8.tar.gz
Fix .install script (missing new line character and big "typo" xd)
-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
}