Skip to content

Commit

Permalink
fixed issue in script
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Sep 16, 2024
1 parent 8b2c885 commit 931a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def createKickstart(self):
lstr = "telnet\njava\n%end"
urlstring = "--url=http://"+vmParser.confparser('repo', 'RepoIP') + ':' + vmParser.confparser('repo', 'RepoPort') + \
self.repoDir

urlstring = ''
if vmParser.args.install_protocol == 'nfs':
if version.startswith('8') or version.startswith('9') or version.startswith('10'):
lstr = "%end"
Expand Down

0 comments on commit 931a5f3

Please sign in to comment.