Bump to revision 3
addConf with mandatory paramter; suppots appending
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user