[IMP] Debian xmlrpc-port auto-fill

This will automatically fill in the XMLRPC-port that is configured at the top of the script.
This was not passed on in a variable so if the user would change the port at the top it wouldn't change in the configuration file. This is now fixed!
pull/40/merge
Yenthe V.G 9 years ago committed by GitHub
parent ef92acf495
commit 967f70364d

@ -206,7 +206,7 @@ without_demo = False
workers = 2 workers = 2
xmlrpc = True xmlrpc = True
xmlrpc_interface = xmlrpc_interface =
xmlrpc_port = 8069 xmlrpc_port = $OE_PORT
EOF EOF
chown $OE_USER:$OE_USER /etc/${OE_CONFIG}.conf chown $OE_USER:$OE_USER /etc/${OE_CONFIG}.conf

Loading…
Cancel
Save