diff --git a/lib/setup.d/d_templates.py b/lib/setup.d/d_templates.py index ca4372c..3ca66f4 100644 --- a/lib/setup.d/d_templates.py +++ b/lib/setup.d/d_templates.py @@ -2,7 +2,7 @@ # # process config templates # thomas@linuxmuster.net -# 20220105 +# 20220910 # import configparser @@ -113,7 +113,7 @@ msg = 'Server prepare update ' printScript(msg, '', False, False, True) try: - subProc('/usr/sbin/lmn71-prepare -x -s -u -p server -f ' + firewallip + subProc('/usr/sbin/lmn-prepare -x -s -u -p server -f ' + firewallip + ' -n ' + serverip + '/' + bitmask + ' -d ' + domainname + ' -t ' + servername + ' -r ' + serverip + ' -a "' + adminpw + '"', logfile)