This commit is contained in:
simono41 2018-07-22 20:19:07 +02:00
parent 8f30d7255c
commit a6dbddfa3f

View file

@ -19,7 +19,7 @@ else
modul="$1" modul="$1"
fi fi
if [ -z "$2" ]; then if [ -z "$2" ]; then
nmap -sn ${gateway}/24 nmap -v -sn ${gateway}/24
read -p "Wie heisst die IP? : " ip read -p "Wie heisst die IP? : " ip
else else
ip="$2" ip="$2"