Skip to content

Commit

Permalink
Fix lmn-prepare invokation in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Sep 10, 2022
1 parent 4ada215 commit 76d6a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/setup.d/d_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# process config templates
# thomas@linuxmuster.net
# 20220105
# 20220910
#

import configparser
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 76d6a36

Please sign in to comment.