We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8be208 commit a8d857fCopy full SHA for a8d857f
1 file changed
bin/v-list-mail-account-autoreply
@@ -20,6 +20,8 @@ source $VESTA/func/main.sh
20
21
# JSON list function
22
json_list() {
23
+ TO_ESCAPE='\\';
24
+ msg=$(echo "$msg" |sed -e "s|${TO_ESCAPE}|${TO_ESCAPE}${TO_ESCAPE}|g" -e 's/"/\\"/g' -e "s/%quote%/'/g")
25
i='1' # iterator
26
echo '{'
27
echo -e "\t\"$account\": {"
0 commit comments