File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ echo -e "* Creating server config file"
153153sudo su root -c " printf '[options] \n; This is the password that allows database operations:\n' >> /etc/${OE_CONFIG} .conf"
154154sudo su root -c " printf 'admin_passwd = ${OE_SUPERADMIN} \n' >> /etc/${OE_CONFIG} .conf"
155155sudo su root -c " printf 'xmlrpc_port = ${OE_PORT} \n' >> /etc/${OE_CONFIG} .conf"
156- sudo su root -c " printf 'logfile = /var/log/${OE_USER} /${OE_CONFIG} \n' >> /etc/${OE_CONFIG} .conf"
156+ sudo su root -c " printf 'logfile = /var/log/${OE_USER} /${OE_CONFIG} .log \n' >> /etc/${OE_CONFIG} .conf"
157157if [ $IS_ENTERPRISE = " True" ]; then
158158 sudo su root -c " printf 'addons_path=${OE_HOME} /enterprise/addons,${OE_HOME_EXT} /addons\n' >> /etc/${OE_CONFIG} .conf"
159159else
You can’t perform that action at this time.
0 commit comments