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 abd0b29 commit 6152d40Copy full SHA for 6152d40
image/service/phpldapadmin/container-start.sh
@@ -73,6 +73,11 @@ if [ ! -e "$FIRST_START_DONE" ]; then
73
elif [ "${#value_of_value_table[@]}" -gt "1" ]; then
74
host_infos_value "$to_print'$key'," "$value"
75
76
+ # the value contain a not empty variable
77
+ elif [ -n "${!value}" ]; then
78
+ local php_value=$(print_by_php_type ${!value})
79
+ echo "\$servers->setValue($to_print'$key',$php_value);" >> /osixia/phpldapadmin/config.php
80
+
81
# it's just a not empty value
82
elif [ -n "$value" ]; then
83
local php_value=$(print_by_php_type $value)
0 commit comments