This commit is contained in:
2022-08-31 21:15:56 +01:00
parent 087129a82e
commit 2e4c79062e

View File

@ -4,7 +4,7 @@ set -u
######################################################## ########################################################
send_ports () { send_ports () {
. /etc/os-release . /etc/os-release
if [ ${ID} = "alpine"] if [ ${ID} = "alpine" ]
then then
netstat -tulnp > /var/tmp/crap.$$ netstat -tulnp > /var/tmp/crap.$$
else else