Skip to content

Commit 57423f0

Browse files
committed
build
1 parent e73938d commit 57423f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ is_addr_port(){
12041204
if [ "${port}" -gt 0 ] && [ "${port}" -le 65535 ]; then
12051205
true "is_addr_port test: Valid port: '${port}'"
12061206
else
1207-
die 2 "${underline}is_addr_port test:${nounderline} Invalid port '${port}', not within range: 0-65535."
1207+
die 2 "${underline}is_addr_port test:${nounderline} Invalid port '${port}', not within range: 1-65535."
12081208
fi
12091209

12101210
for quad in $(printf '%s\n' "${addr}" | tr "." " "); do
@@ -1391,7 +1391,7 @@ get_distro() {
13911391
;;
13921392
esac
13931393

1394-
if test "${oracle_repo:-}" = "1" && test "${kali_derivative_detected:-}"; then
1394+
if test "${oracle_repo:-}" = "1" && test "${kali_derivative_detected:-}" = "1"; then
13951395
die 1 "Distribution Extended Check: Oracle repository does not work with Kali."
13961396
fi
13971397

0 commit comments

Comments
 (0)