This commit is contained in:
Fr4nz D13trich 2025-10-14 14:12:01 +02:00
parent 5edacf8d44
commit 05129a734e

View file

@ -90,6 +90,7 @@ while true; do
echo -e "\n ${LRD}Interface not found... Try again!${CRS}\n"
fi
done
ip4=$(/sbin/ip -o -4 addr list "$nif" | awk '{print $4}' | cut -d/ -f1) ### GET IP FOR CHOSEN INTERFACE !
echo -e "\n ${YEL}Current hostname : ${LCY}$(hostname)${CRS}"
@ -224,5 +225,8 @@ if [ -f "/tmp/LoMeS/honacha" ]; then
done
else
:
chmod +x lomes-app.py
./lomes-app.py &> /dev/null & disown
echo -e "\n ${LGN}Flask is running...${CRS}\n"
fi