We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dea93 commit a17fee0Copy full SHA for a17fee0
bin/v_list_sys_config
@@ -20,7 +20,7 @@ json_list_conf() {
20
(( ++i))
21
key=${str%%=*}
22
value=${str#*=}
23
-
+ value=${value//%spc%/ }
24
if [ "$i" -lt "$lines" ]; then
25
echo -e "\t\t\"$key\": \"${value//\'/}\","
26
else
@@ -35,6 +35,7 @@ shell_list_conf() {
35
for str in $(cat $V_CONF/vesta.conf); do
36
37
38
39
echo "$key: ${value//\'/}"
40
done
41
}
0 commit comments