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