mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 13:02:30 +02:00
#3116 fix escapes
This commit is contained in:
parent
67b1e271d8
commit
0826ca5e00
@ -16,7 +16,7 @@ if [ "$1" = "set" ]; then
|
|||||||
|
|
||||||
# get parameters
|
# get parameters
|
||||||
keystr=$2
|
keystr=$2
|
||||||
valuestr=echo $3 | sed 's/\//\\\//g'
|
valuestr=$(echo "${3}" | sed 's/\//\\\//g')
|
||||||
configfileAlternative=$4
|
configfileAlternative=$4
|
||||||
|
|
||||||
# check that key & value are given
|
# check that key & value are given
|
||||||
|
Loading…
Reference in New Issue
Block a user