mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
#3116 fix escapes
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user