Bump to revision 3
addConf with mandatory paramter; suppots appending
This commit is contained in:
@@ -46,7 +46,7 @@ step_3() {
|
||||
|
||||
step_4_info() { echo "Create systemd service"; }
|
||||
step_4() {
|
||||
addConf "$toolServiceContent" "$toolServiceFile"
|
||||
addConf -c "$toolServiceContent" "$toolServiceFile"
|
||||
|
||||
if [ $? -eq 0 ] ; then
|
||||
exe systemctl daemon reload
|
||||
@@ -85,7 +85,7 @@ step_5() {
|
||||
local udevFile="/etc/udev/rules.d/99-kodi.rules"
|
||||
local inputRule="KERNEL==\"tty[0-9]*\", GROUP=\"tty\", MODE=\"0660\""
|
||||
|
||||
addConf "$inputRule" "$udevFile"
|
||||
addConf -c "$inputRule" "$udevFile"
|
||||
}
|
||||
|
||||
step_6_info() { echo "Increase raspberry pi GPU memory to 320"; }
|
||||
@@ -127,5 +127,5 @@ step_7() {
|
||||
esac
|
||||
}
|
||||
|
||||
VERSION_SEQREV=2
|
||||
VERSION_SEQREV=3
|
||||
. sequencer.sh
|
||||
|
Reference in New Issue
Block a user