Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 31, 2023
1 parent 918016a commit 31e45f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -1405,12 +1405,12 @@ vm_delete_maybe() {
fi
fi
elif test -n "${import_only}" ; then
log info "${underline}Existing VM Check Result:${nounderline} reimport was not set and the import_only is set to the same machine that already exists."
if test "${gateway_exists}" = "1" && test "${import_only}" = "gateway" ; then
die 1 "${underline}Existing VM Check Result:${nounderline} import_only was set to 'gateway', but it already exists and reimport was not set."
elif test "${workstation_exists}" = "1" && test "${import_only}" = "workstation" ; then
die 1 "${underline}Existing VM Check Result:${nounderline} import_only was set to 'workstation', but it already exists and reimport was not set."
fi
log info "${underline}Existing VM Check:${nounderline} reimport was not set and import_only was also not set to the same machine that already exists, ok."
fi
;;
kicksecure)
Expand Down

0 comments on commit 31e45f7

Please sign in to comment.