This commit is contained in:
rootzoll 2022-06-02 17:10:02 +02:00
parent 67b1e271d8
commit 0826ca5e00

View File

@ -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