Bump to revision 3

addConf with mandatory paramter; suppots appending
This commit is contained in:
2019-05-17 11:59:51 +01:00
parent 34966ddf79
commit ab10ef6504
11 changed files with 103 additions and 53 deletions

View File

@@ -93,7 +93,7 @@ step_6() {
step_7_info() { echo "Create pixelfed (horzion) service"; }
step_7() {
addConf "${horizonService}" "${horizonServiceLoc}"
addConf -c "${horizonService}" "${horizonServiceLoc}"
exe systemctl daemon-reload
exe systemctl enable pixelfed.service
exe service pixelfed start
@@ -132,7 +132,7 @@ WantedBy=multi-user.target"
step_8_info() { echo "Nginx configuration"; }
step_8() {
addConf "$nginxConfig" "$nginxConfigLoc"
addConf -c "$nginxConfig" "$nginxConfigLoc"
exe ln -s "$nginxConfigLoc" "$nginxConfigEnable"
exe nginx -t
saveReturn $?
@@ -202,7 +202,7 @@ step_22() {
}
# Sequence Revision
VERSION_SEQREV=2
VERSION_SEQREV=3
# Workaround when called from different directory
# Not needed when path to sequencer is absolut