Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-07-28 09:22:03 +02:00
parent 313a5be068
commit 858f0d7bef

View File

@ -61,7 +61,7 @@ exit_script() {
clear
printf "\e[?25h"
echo -e "\n${CROSS}${RD}User exited script${CL}\n"
kill 0
kill -TERM "$TOP_PID" 2>/dev/null || exit 1
exit 1
}