Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].
Replace everything between stars with current version of your facileManager and module installations:
fM Version : 4.5.0
fmDNS Version : 5.3.3
(BUG | ISSUE) Expected Behavior:
Be able to run php /usr/local/facileManager/fmDNS/client.php install from automated scripts
(BUG | ISSUE) Actual Behavior:
There is a prompt for get updates via cron, ssh, or http(s) [c|s|h]?
(BUG | ISSUE) Steps to reproduce:
- Deploy config.inc.php file with proper content for node connection.
- Run
php /usr/local/facileManager/fmDNS/client.php install
- Expect to have node installed automatically, but got input prompt.
Per what I see the issue comes from https://github.com/WillyXJ/facileManager/blob/master/client/facileManager/functions.php#L811 having $update_method = null, and not taking it from DEFINEs in config.inc.php. It would be nice to have this parameter present in config too.
{replace this line with your issue content}
Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].
Replace everything between stars with current version of your facileManager and module installations:
fM Version : 4.5.0
fmDNS Version : 5.3.3
(BUG | ISSUE) Expected Behavior:
Be able to run
php /usr/local/facileManager/fmDNS/client.php installfrom automated scripts(BUG | ISSUE) Actual Behavior:
There is a prompt for
get updates via cron, ssh, or http(s) [c|s|h]?(BUG | ISSUE) Steps to reproduce:
php /usr/local/facileManager/fmDNS/client.php installPer what I see the issue comes from https://github.com/WillyXJ/facileManager/blob/master/client/facileManager/functions.php#L811 having $update_method = null, and not taking it from DEFINEs in config.inc.php. It would be nice to have this parameter present in config too.
{replace this line with your issue content}