rename config.txt file to diya-config.txt to avoid conflict wuth rpi
This commit is contained in:
@ -7,8 +7,8 @@ DESC="Custom configuration"
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Start $DESC: "
|
||||
sed -i 's/^.*recovery.*/recovery=false/g' /boot/config.txt || \
|
||||
echo "recovery=false" >> /boot/config.txt
|
||||
sed -i 's/^.*recovery.*/recovery=false/g' /boot/diya-config.txt || \
|
||||
echo "recovery=false" >> /boot/diya-config.txt
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Reference in New Issue
Block a user