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