blob: 888071cc7480f7dc1b9b1847a1cb0e6c706a5041 (
plain)
1
2
3
4
|
# Update settings to reflect alpine linux default install
update Config set Value = '/cgi-bin/zm/nph-zms' where Name = 'ZM_PATH_ZMS';
update Config set Value = '-5' where Name = 'ZM_LOG_LEVEL_SYSLOG';
update Config set Value = '0' where Name = 'ZM_LOG_LEVEL_FILE';
|