|
Now that I asked, then 'poof' magic happened... lol Here is the working
version with the
highlighted part that fixed it....
while true
do
print ""
print -n "Please enter the TCP port (1-65534) [987]: "
read -r httpport
if test ${httpport}>0 && test ${httpport}<65535; then
break
else
print "Invalid port number. Please try again."
fi
done
Kristen Henry wrote:
>
> while true
> do
> print ""
> print -n "Please enter the TCP port (1-65534) [987]: "
> read -r httpport
> echo "Port: " ${httpport}
> if ((${httpport}>65534)) || ((${httpport}<1))
> then
> print "Invalid port number. Please try again."
> else
> break
> fi
>
> done
> ==========================================
> Error messages:
> Please enter the TCP port (1-65534) [987]:
> > 500
> Port: 500
> /QIBM/UserData/henryk/install.sh: 001-0019 Error found searching for command
> 500. No such path or directory.
> /QIBM/UserData/henryk/install.sh: 001-0019 Error found searching for command
> 500. No such path or directory.
> Done. Httpport= 500
> $
>
> _______________________________________________
> This is the Java Programming on and around the iSeries / AS400 (JAVA400-L)
> mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.