[type/__postgres_conf] Remove faulty quotes
This commit is contained in:
parent
534d5f6bb5
commit
50bcd95105
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fi
|
||||||
|
|
||||||
if [ "${state_should}" = 'present' ]
|
if [ "${state_should}" = 'present' ]
|
||||||
then
|
then
|
||||||
set_command="ALTER SYSTEM SET ${conf_name} = '${conf_value}'"
|
set_command="ALTER SYSTEM SET ${conf_name} = ${conf_value}"
|
||||||
else
|
else
|
||||||
set_command="ALTER SYSTEM SET ${conf_name} = DEFAULT"
|
set_command="ALTER SYSTEM SET ${conf_name} = DEFAULT"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue